InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / PrintGraphicsColorOption Enumeration
In This Topic
    PrintGraphicsColorOption Enumeration
    In This Topic
    Denotes whether graphics images are printed using color or black and white.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E90")>
    Public Enum PrintGraphicsColorOption 
       Inherits System.Enum
    Members
    MemberDescription
    ColorPrint using color.
    MonochromePrint in black and white.
    Remarks
    Applies only when sending sixel data to the host or a digital printer when BypassPrinterDriver is true.
    See Also