PrintJobInfo.Builder.SetAttributes(PrintAttributes) Method

Definition

Sets the print job attributes.

[Android.Runtime.Register("setAttributes", "(Landroid/print/PrintAttributes;)V", "")]
public void SetAttributes (Android.Print.PrintAttributes attributes);
[<Android.Runtime.Register("setAttributes", "(Landroid/print/PrintAttributes;)V", "")>]
member this.SetAttributes : Android.Print.PrintAttributes -> unit

Parameters

attributes
PrintAttributes

The attributes.

Attributes

Remarks

Sets the print job attributes.

Java documentation for android.print.PrintJobInfo.Builder.setAttributes(android.print.PrintAttributes).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to