Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IPrinterPrintOptions Interface / PrintLinesPerPage Property


In This Topic
    PrintLinesPerPage Property (IPrinterPrintOptions)
    In This Topic
    Returns or specifies how many lines to print on a page.
    Syntax
    'Declaration
     
    
    Property PrintLinesPerPage As Integer
    'Usage
     
    
    Dim instance As IPrinterPrintOptions
    Dim value As Integer
     
    instance.PrintLinesPerPage = value
     
    value = instance.PrintLinesPerPage
    int PrintLinesPerPage {get; set;}
    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