InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / PrintGraphicsColorSpecification Property
In This Topic
PrintGraphicsColorSpecification Property
In This Topic

Gets or sets the color coordinate system used for color sixel printing. This property is relevant only when PrintGraphicsColor is set to PrintGraphicsColorOption_Color and BypassPrinterDriver is True.

Syntax
expression.PrintGraphicsColorSpecification As PrintGraphicsColorSpecificationOption
where expression is a variable that represents a Printing Object

Property Value

A PrintGraphicsColorSpecificationOption value. The default value is PrintGraphicsColorSpecificationOption.HLS
See Also