Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintCharsPerLine Property
In This Topic
    PrintCharsPerLine Property
    In This Topic
    Gets or sets the maximum number of characters that can be printed on a single line.
    Syntax
    expression.PrintCharsPerLine As Integer
    where expression is a variable that represents a PrintOptions Object
    Remarks
    If a line longer than this is passed down from the host, the terminal automatically wraps the line. This property affects all printing operations. Any number between 1 and 32,767; the range of legal values and the default are determined by your printer driver.
    See Also