InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / PrintGraphicsColorOption Enumeration


In This Topic
    PrintGraphicsColorOption Enumeration
    In This Topic
    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
    public enum PrintGraphicsColorOption : System.Enum 
    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