InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface / PrintGraphicsColorSpecification Property


In This Topic
    PrintGraphicsColorSpecification Property
    In This Topic

    Gets or sets the color coordinate system used for color sixel printing. This property is relevant only when PrintGraphicsColor is set to PrintGraphicsColorOption.Color and BypassPrinterDriver is True.

    Syntax
    'Declaration
     
    
    Property PrintGraphicsColorSpecification As PrintGraphicsColorSpecificationOption
    'Usage
     
    
    Dim instance As IPrinting
    Dim value As PrintGraphicsColorSpecificationOption
     
    instance.PrintGraphicsColorSpecification = value
     
    value = instance.PrintGraphicsColorSpecification
    PrintGraphicsColorSpecificationOption PrintGraphicsColorSpecification {get; set;}

    Property Value

    The default value is PrintGraphicsColorSpecificationOption.HLS
    See Also