PrintAttributes.ColorMode Property

Definition

Gets the color mode.

public Android.Print.PrintColorMode ColorMode { [Android.Runtime.Register("getColorMode", "()I", "")] get; }
[<get: Android.Runtime.Register("getColorMode", "()I", "")>]
member this.ColorMode : Android.Print.PrintColorMode

Property Value

The color mode or zero if not set.

Attributes

Remarks

Gets the color mode.

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

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