PrintAttributes.Builder.Build Method

Definition

Creates a new PrintAttributes instance.

[Android.Runtime.Register("build", "()Landroid/print/PrintAttributes;", "")]
public Android.Print.PrintAttributes Build ();
[<Android.Runtime.Register("build", "()Landroid/print/PrintAttributes;", "")>]
member this.Build : unit -> Android.Print.PrintAttributes

Returns

The new instance.

Attributes

Remarks

Creates a new PrintAttributes instance.

Java documentation for android.print.PrintAttributes.Builder.build().

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