Printer Object
 
Syntax
 
Printer.IndentLeft = varValue
 
Description
Returns or sets the left indent for paragraphs, in twips.
 
This property sets the distance between the text and the left margin of the page (MarginLeft). The diagram below shows the effect of the IndentLeft, IndentFirst, and IndentRight properties:
 
When creating different paragraph styles, use the IndentLeft and IndentRight properties rather than the MarginLeft and MarginRight properties. The former affect only the paragraph text, while the latter also affect the positioning of headers, footers, and page borders.
 
You may specify units with this value (inches, points, twips, cm, mm, or pixels). The default unit is twips.
 
See Also
Example