Gets or sets the line spacing.

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
public double LineSpacing { get; set; }
Visual Basic
Public Property LineSpacing As Double
	Get
	Set

Remarks

Set this variable to zero to use the default line spacing. Set it to a positive value to use an absolute line spacing in points. Set it to a negative value to specify a multiple of the font height (e.g. -2 means double spacing).

See Also