PdfTextAlignment Enumeration
Specifies the horizontal alignment of text when rendering in a PDF document
Namespace: Winnovative.Pdf.ChromiumAssembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
public enum PdfTextAlignment
Left | 0 |
Aligns the text to the left edge of the bounding area
|
Center | 1 |
Centers the text horizontally within the bounding area
|
Right | 2 |
Aligns the text to the right edge of the bounding area
|
Justified | 3 |
Justifies the text so that it spans the entire width of the bounding area
|