PrinterCapabilitiesInfo.Resolutions Property

Definition

Gets the supported resolutions.

public System.Collections.Generic.IList<Android.Print.PrintAttributes.Resolution> Resolutions { [Android.Runtime.Register("getResolutions", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getResolutions", "()Ljava/util/List;", "")>]
member this.Resolutions : System.Collections.Generic.IList<Android.Print.PrintAttributes.Resolution>

Property Value

The resolutions.

Attributes

Remarks

Gets the supported resolutions.

Java documentation for android.print.PrinterCapabilitiesInfo.getResolutions().

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