ITextParagraphFormat.LineSpacing Property

Definition

Gets the paragraph line-spacing value.

public:
 property float LineSpacing { float get(); };
float LineSpacing();
public float LineSpacing { get; }
var single = iTextParagraphFormat.lineSpacing;
Public ReadOnly Property LineSpacing As Single

Property Value

Single

float

The line spacing value. The meaning depends on the value of the LineSpacingRule property. The line spacing value is in floating-point points except when the line-spacing rule is Multiple or Percent.

Applies to

See also