PrinterInfo.Capabilities Property

Definition

Gets the printer capabilities.

public Android.Print.PrinterCapabilitiesInfo? Capabilities { [Android.Runtime.Register("getCapabilities", "()Landroid/print/PrinterCapabilitiesInfo;", "")] get; }
[<get: Android.Runtime.Register("getCapabilities", "()Landroid/print/PrinterCapabilitiesInfo;", "")>]
member this.Capabilities : Android.Print.PrinterCapabilitiesInfo

Property Value

The capabilities.

Attributes

Remarks

Gets the printer capabilities.

Java documentation for android.print.PrinterInfo.getCapabilities().

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