Navigation:  Properties >

LineSpacing Property

Previous pageReturn to chapter overviewNext page

 

Returns or sets a value (Integer) that determines the line spacing for the document body text. Applies only when printing text or text files using the PrintDoc method.

 

 

Syntax

 

object.LineSpacing [=value]

 

Where object evaluates to an ASP Printer object.

 

 

The settings for value are:

 

ConstantValue        Description

spLineSpacingSingle1        (Default). Specifies that the line spacing is single.
spLineSpacingOneHalf2        Specifies that the line spacing is one and a half lines.
spLineSpacingDouble3        Specifies that the line spacing is double.

 

 

 

Remarks

 

This property affects the line spacing of the document body text only. It has no effect on the document title, header or footer.