PdfTemplateHorizontalAlign Enumeration

Specifies the horizontal alignment of a PDF template on a PDF page

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.0.0
C#
public enum PdfTemplateHorizontalAlign

Members

None0 No horizontal alignment is applied. X position will be used directly.
Left1 Aligns the left side of the PDF template with the left margin of the page
Center2 Centers the PDF template horizontally on the page
Right3 Aligns the right side of the PDF template with the right margin of the page

See Also