Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / PrintGraphicsColorOption Enumeration


PrintGraphicsColorOption Enumeration
Denotes whether graphics images are printed using color or black and white. It applies only when sending sixel data to the host or a Digital printer when BypassPrinterDriver is True.
Syntax
'Declaration
 
Public Enum PrintGraphicsColorOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As PrintGraphicsColorOption
Members
MemberDescription
ColorPrint using color.
MonochromePrint in black and white.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.PrintGraphicsColorOption

See Also