Gets the horizontal Element.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public int HorizontalAlignment { get; set; } |
Visual Basic |
---|
Public Property HorizontalAlignment As Integer Get Set |
Visual C++ |
---|
public: property int HorizontalAlignment { int get (); void set (int value); } |