ITextParagraphFormat.SpaceBefore 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 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.