Printer Object
 
Syntax
 
Printer.SpaceBefore = varValue
 
Description
Returns or sets the vertical distance before each paragraph, in twips.
 
The SpaceBefore and SpaceAfter properties set the amount of vertical spacing to add before and after each paragraph. The spacing specified applies to regular paragraphs, table cells, and textboxes (drawn using the TextBox method).
 
To specify the horizontal spacing to the left and right of each paragraph, use the IndentLeft, IndentRight, and IndentFirst properties.
 
You may specify units with this value (inches, points, twips, cm, mm, or pixels). The default unit is twips.
 
See Also
Example