Reflection
PrintCharsPerLine Property


Specifies the maximum number of characters that can be printed on a single line.
Syntax
'Declaration
 
Property PrintCharsPerLine As Integer
'Usage
 
Dim instance As IPrintOptions
Dim value As Integer
 
instance.PrintCharsPerLine = value
 
value = instance.PrintCharsPerLine
int PrintCharsPerLine {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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..
System.ArgumentOutOfRangeException Thrown if the set parameter is outside the range of valid values.
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