ITextParagraphFormat.RightIndent Property

Definition

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.

Applies to

See also