PrintAttributes.Builder.SetResolution(PrintAttributes+Resolution) Method

Definition

Sets the resolution.

[Android.Runtime.Register("setResolution", "(Landroid/print/PrintAttributes$Resolution;)Landroid/print/PrintAttributes$Builder;", "")]
public Android.Print.PrintAttributes.Builder SetResolution(Android.Print.PrintAttributes.Resolution resolution);
[<Android.Runtime.Register("setResolution", "(Landroid/print/PrintAttributes$Resolution;)Landroid/print/PrintAttributes$Builder;", "")>]
member this.SetResolution : Android.Print.PrintAttributes.Resolution -> Android.Print.PrintAttributes.Builder

Parameters

resolution
PrintAttributes.Resolution

The resolution.

Returns

This builder.

Attributes

Remarks

Sets the resolution.

Java documentation for android.print.PrintAttributes.Builder.setResolution(android.print.PrintAttributes.Resolution).

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