MARGIN |
Top Previous Next |
Syntax
margin[s] left, right, top, bottom
Description
The margin keyword is used to increase the margins used by UnForm when calculating row and column positions. Normally, UnForm will use a 0.25 inch margin on all 4 sides, based on the paper size in use. If you need to increase any margin, you can specify the dot offsets desired. Note that the values for left, right, top, and bottom are entered in dots, which default to 300 dpi, but can be modified by the dpi keyword.
For example, margin 75,75,0,150 (at 300 dpi) would set left and right margins to 0.5 inches, the top margin would remain at 0.25 inches, and the bottom margin would be 0.75 inches.
Drivers: pcl, pdf, ps
|