InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface / PrintGraphicsColor Property


In This Topic
PrintGraphicsColor Property
In This Topic

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

Property Value

The default value is PrintGraphicsColorOption.Color
See Also