PdfVerticalAlign Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfVerticalAlign Enumeration
Specifies the vertical alignment of text.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfVerticalAlign
VB
Public Enumeration PdfVerticalAlign

Members

  Member nameValueDescription
Top0 Text is aligned with the top of the enclosing rectangle.
Center1 Text is aligned with the center of the enclosing rectangle.
Bottom2 Text is aligned with the bottom of the enclosing rectangle.

See Also