Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrinterPrintOptions Object / PrintLinesPerPage Property
In This Topic
    PrintLinesPerPage Property
    In This Topic
    Returns or specifies how many lines to print on a page.
    Syntax
    expression.PrintLinesPerPage As Integer
    where expression is a variable that represents a PrinterPrintOptions Object
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Thrown if the set parameter is outside the range of valid values.
    Remarks
    The range of values is 1 - 32767.
    See Also