Attachmate.Reflection.Emulation.OpenSystems Namespace > IPrinting Interface : 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.
'Declaration
Property PrintGraphicsColor As PrintGraphicsColorOption
'Usage
Dim instance As IPrinting Dim value As PrintGraphicsColorOption instance.PrintGraphicsColor = value value = instance.PrintGraphicsColor
PrintGraphicsColorOption PrintGraphicsColor {get; set;}