Gets or sets the vertical alignment of the drawn text within the
Bounds rectangle.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfVerticalAlign VerticalAlignment { get; set; }
VB
Public Property VerticalAlignment As PdfVerticalAlign
Get
Set
Property Value
Type:
PdfVerticalAlignThe vertical alignment of the drawn text within the
Bounds rectangle.
Remarks
See Also