Printer Object
 
Syntax
 
Printer.IndentRight = varValue
 
Description
Returns or sets the right indent for paragraphs, in twips.
 
This property sets the distance between the text and the right margin of the page (MarginRight).
 
For a diagram showing the effect of the Indent* properties, see the description of the IndentLeft property.
 
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