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