Click or drag to resize

IColorModelTPrintSettingsColorModel Property

Gets or sets the color model.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
ColorModel ColorModel { get; set; }

Property Value

Type: ColorModel
The color model used for printing.
Exceptions
ExceptionCondition
ArgumentExceptionThe specified color model is not supported by the printer.
See Also