Get/set the alignment of this paragraph.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public int Alignment { get; set; }
Visual Basic
Public Property Alignment As Integer
	Get
	Set
Visual C++
public:
property int Alignment {
	int get ();
	void set (int value);
}

Field Value

a integer

See Also