Enum PageAlignment
Specifies alignment of the text on a page.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum PageAlignment
Fields
Name | Description |
---|---|
Bottom | Text is aligned at the bottom of the page. |
Justified | Text is spanned to fill the page. |
Middle | Text is aligned at the middle of the page. |
Top | Text is aligned at the top of the page. |