ITextParagraphFormat.SpaceAfter Property

Definition

Gets or sets the amount of vertical space that follows a paragraph.

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

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

Property Value

Single

float

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

Applies to

See also