PrintAttributes.Builder.SetColorMode(PrintColorMode) Method

Definition

Sets the color mode.

[Android.Runtime.Register("setColorMode", "(I)Landroid/print/PrintAttributes$Builder;", "")]
public Android.Print.PrintAttributes.Builder SetColorMode(Android.Print.PrintColorMode colorMode);
[<Android.Runtime.Register("setColorMode", "(I)Landroid/print/PrintAttributes$Builder;", "")>]
member this.SetColorMode : Android.Print.PrintColorMode -> Android.Print.PrintAttributes.Builder

Parameters

colorMode
PrintColorMode

The color mode.

Returns

This builder.

Attributes

Remarks

Sets the color mode.

Java documentation for android.print.PrintAttributes.Builder.setColorMode(int).

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