PdfTemplateVerticalAlign Enumeration

Specifies the vertical 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 PdfTemplateVerticalAlign

Members

None0 No vertical alignment is applied. Y position will be used directly
Top1 Aligns the top of the PDF template with the top of the page
Center2 Centers the PDF template vertically on the page
Bottom3 Aligns the bottom of the PDF template with the bottom of the page

See Also