PrinterCapabilitiesInfo.ColorModes Property

Definition

Gets the bit mask of supported color modes.

public int ColorModes { [Android.Runtime.Register("getColorModes", "()I", "")] get; }
[<get: Android.Runtime.Register("getColorModes", "()I", "")>]
member this.ColorModes : int

Property Value

The bit mask of supported color modes.

Attributes

Remarks

Gets the bit mask of supported color modes.

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

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

See also