Enum PdfHorizontalAlignment
- Namespace
- Syncfusion.Pdf.Graphics
- Assembly
- Syncfusion.Pdf.Portable.dll
Specifies the type of Horizontal alignment.
public enum PdfHorizontalAlignment
Fields
Center = 1
Specifies the element is aligned to Center.
Left = 0
Specifies the element is aligned to Left.
Right = 2
Specifies the element is aligned to Right.