PrintAttributes.GetResolution Method

Definition

Gets the resolution.

[Android.Runtime.Register("getResolution", "()Landroid/print/PrintAttributes$Resolution;", "")]
public Android.Print.PrintAttributes.Resolution? GetResolution ();
[<Android.Runtime.Register("getResolution", "()Landroid/print/PrintAttributes$Resolution;", "")>]
member this.GetResolution : unit -> Android.Print.PrintAttributes.Resolution

Returns

The resolution or <code>null</code> if not set.

Attributes

Remarks

Java documentation for android.print.PrintAttributes.getResolution().

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