Enum PdfVerticalAlign
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Specifies the vertical alignment of text.
public enum PdfVerticalAlign
Fields
Bottom = 2
Text is aligned with the bottom of the enclosing rectangle.
Center = 1
Text is aligned with the center of the enclosing rectangle.
Top = 0
Text is aligned with the top of the enclosing rectangle.