Click or drag to resize

PdfVerticalAlignment Enumeration

Specifies the type of Vertical alignment.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfVerticalAlignment
Members
Member name Value Description
Top 0 Specifies the element is aligned to Top.
Middle 1 Specifies the element is aligned to Middle.
Bottom 2 Specifies the element is aligned to Bottom.
See Also