ITextParagraphFormat.SpaceAfter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.