Class PdfHorizontalAlignment
Specifies the type of Horizontal alignment.
Inheritance
System.Object
PdfHorizontalAlignment
Namespace: Syncfusion.Pdf.Graphics
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public sealed class PdfHorizontalAlignment : Enum
Fields
Center
Specifies the element is aligned to Center.
Declaration
public const PdfHorizontalAlignment Center
Field Value
Type |
---|
PdfHorizontalAlignment |
Left
Specifies the element is aligned to Left.
Declaration
public const PdfHorizontalAlignment Left
Field Value
Type |
---|
PdfHorizontalAlignment |
Right
Specifies the element is aligned to Right.
Declaration
public const PdfHorizontalAlignment Right
Field Value
Type |
---|
PdfHorizontalAlignment |