ITextParagraphFormat.SpaceBefore Property

Definition

Gets or sets the amount of vertical space above a paragraph.

public:
 property float SpaceBefore { float get(); void set(float value); };
float SpaceBefore();

void SpaceBefore(float value);
public float SpaceBefore { get; set; }
var single = iTextParagraphFormat.spaceBefore;
iTextParagraphFormat.spaceBefore = single;
Public Property SpaceBefore As Single

Property Value

Single

float

The amount of vertical space, in floating-point points.

Applies to

See also