Programming with Reflection
PrintLinesPerInch property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) vertical spacing for printer output.
This property affects both 5250 printer sessions (3812 printer emulation) and 3270 printer sessions (3287 printer emulation).
The default is rc6Lpi.
rc3Lpi Prints three lines per inch. (3812 and 3287 printer sessions)
rc4Lpi Prints four lines per inch. (3812 and 3287 printer sessions)
rc5Lpi Prints five lines per inch. (3812 printer sessions)
rc6Lpi Prints six lines per inch. (3812 and 3287 printer sessions.)
rc8Lpi Prints eight lines per inch. (3812 and 3287 printer sessions.)
rc9Lpi Prints nine lines per inch. (3812 printer sessions)
rc10Lpi Prints ten lines per inch. (3812 printer sessions)
rc12Lpi Prints twelve lines per inch. (3812 printer sessions)
rc24Lpi Prints twenty-four lines per inch. (3812 printer sessions)
rc48Lpi Prints forty-eight lines per inch. (3812 printer sessions)
Changes you make to this property may also affect the value of the PrintLinesPerPage property.