Click or drag to resize

PdfFontLineSpacing Property

Gets or sets the line spacing used by the parent PdfObject.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public double LineSpacing { get; set; }

Property Value

Type: Double
Remarks

The default value of 1 will tell RAD PDF to use single line spacing. A value of 2 would specify double spacing, etc.

This property can only be set for PdfTextShape objects.

This property can not be set to a value less than 0.

See Also