Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / 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
    expression.PrintGraphicsColor As PrintGraphicsColorOption
    where expression is a variable that represents a Printing Object

    Property Value

    A PrintGraphicsColorOption value. The default value is PrintGraphicsColorOption_Color.
    See Also