PdfElementHorizontalAlign Enumeration

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

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.5.0
C#
public enum PdfElementHorizontalAlign

Members

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

See Also