Specifies the alignment of a paragraph.
Namespace: PdfEdit.Drawing.Layout
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Default alignment, typically left alignment. | |
Left | 1 | The paragraph is rendered left aligned. | |
Center | 2 | The paragraph is rendered centered. | |
Right | 3 | The paragraph is rendered right aligned. | |
Justify | 4 | The paragraph is rendered justified. |
See Also