Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / PrinterPrintOptions Class / PrintCharsPerLine Property


In This Topic
    PrintCharsPerLine Property (PrinterPrintOptions)
    In This Topic
    Returns or Specifies the maximum number of characters that can be printed on a single line. If a line longer than this is passed down from the host, Reflection automatically wraps the line.
    Syntax
    'Declaration
     
    
    Public Property PrintCharsPerLine As Integer
    'Usage
     
    
    Dim instance As PrinterPrintOptions
    Dim value As Integer
     
    instance.PrintCharsPerLine = value
     
    value = instance.PrintCharsPerLine
    public int PrintCharsPerLine {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