PdfElementVerticalAlign Enumeration

Specifies the vertical alignment of a PDF element on a PDF page

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
C#
public enum PdfElementVerticalAlign

Members

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

See Also