Partager via


ITextParagraphFormat.RightIndent Propriété

Définition

Obtient ou définit la marge droite d’un paragraphe.

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

Valeur de propriété

Single

float

Taille de la marge droite, en points flottants.

S’applique à

Voir aussi