InfoConnect for Unisys
PrintGraphicsColor Property


Gets or sets whether graphics images are printed using color or black and white. This property applies only when sending sixel data to the host or a Digital printer when BypassPrinterDriver is True.

Syntax
'Declaration
 
Property PrintGraphicsColor As PrintGraphicsColorOption
'Usage
 
Dim instance As IPrinting
Dim value As PrintGraphicsColorOption
 
instance.PrintGraphicsColor = value
 
value = instance.PrintGraphicsColor
PrintGraphicsColorOption PrintGraphicsColor {get; set;}

Property Value

The default value is PrintGraphicsColorOption.Color
See Also