PdfElementHorizontalAlign Enumeration
Specifies the horizontal alignment of a PDF element on a PDF page
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.5.0
public enum PdfElementHorizontalAlign
None | 0 |
No horizontal alignment is applied. X position will be used directly
|
Left | 1 |
Aligns the left side of the PDF element with the left margin of the page
|
Center | 2 |
Centers the PDF element horizontally on the page
|
Right | 3 |
Aligns the right side of the PDF element with the right margin of the page
|