Programming with Reflection
PrintOutputReduction property
Syntax |
object.PrintOutputReduction |
Data type |
Returns (first syntax line) or specifies (second syntax line) whether print output reduction is on. Setting this property to True has the following effects:
· Prints in "landscape" orientationthat is, with the longer (11 1/2 inch) edges of the paper as the top and bottom margins, and the shorter (8-inch) edge as the left and right margins.
· Reduces the height of each line to 70 percent of the value of the PrintLinesPerInch property.
· Automatically sets the PrintMarginLeft and PrintMarginTop properties to 720 (0.5 inches).
· Increases the density of printed text to 125 percent of the value of the PrintCharsPerInch property.
This property only affects 5250 printer sessions (3812 printer emulation).
The default is False.