PdfTextAlignment Enumeration

Specifies the horizontal alignment of text when rendering in a PDF document

Definition

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

Members

Left0 Aligns the text to the left edge of the bounding area
Center1 Centers the text horizontally within the bounding area
Right2 Aligns the text to the right edge of the bounding area
Justified3 Justifies the text so that it spans the entire width of the bounding area

See Also