Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintCharsPerInch Property
In This Topic
    PrintCharsPerInch Property
    In This Topic
    Gets or sets how many characters to print per inch.
    Syntax
    expression.PrintCharsPerInch As PrintCharsPerInchOption
    where expression is a variable that represents a PrintOptions Object

    Property Value

    A PrintCharsPerInchOption Enumeration value.
    Remarks
    If the PrintProportionalCPI property is set to true, PrintCharsPerInch is disregarded. In this case, the number of characters printed per inch is determined by the current printer font.
    • Prints 5 characters per inch.
    • Prints 6 characters per inch.
    • Prints 8 characters per inch.
    • Prints 10 characters per inch. (The default.)
    • Prints 12 characters per inch.
    • Prints 13 characters per inch.
    • Prints 15 characters per inch.
    • Prints 17 characters per inch.
    • Prints 20 characters per inch.
    • Prints 22 characters per inch.
    • Prints 27 characters per inch.
    See Also