Click or drag to resize

CapabilitiesColorModels Property

Gets the list of the ColorModel values supported by the printer.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IReadOnlyList<ColorModel> ColorModels { get; }

Property Value

Type: IReadOnlyListColorModel
The list of the ColorModel values supported by the printer.
See Also