Printer Object
 
Syntax
 
Printer.LineSpacing = varValue
 
Description
Returns or sets the line spacing, as a percentage (e.g. 100 is single spacing, 200 is double spacing).
 
If no units are supplied, this value is interpreted as a percentage of the single line spacing for the current font (font height plus external leading.) In this case, the spacing changes automatically when you change the font size.
 
The table below shows some common settings for the LineSpacing property:
 
Setting
Effect
100
Single-line spacing (default value).
150
1.5 line spacing.
200
Double line spacing.
50
Half line spacing.
 
You may also specify the line spacing as an absolute value (e.g. "12pt"). In this case, the line spacing becomes independent of the font size.
See Also
 
Example