ITextParagraphFormat.RightIndent 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 right margin of a paragraph.
public:
property float RightIndent { float get(); void set(float value); };
float RightIndent();
void RightIndent(float value);
public float RightIndent { get; set; }
var single = iTextParagraphFormat.rightIndent;
iTextParagraphFormat.rightIndent = single;
Public Property RightIndent As Single
Property Value
Single
float
The size of the right margin, in floating-point points.