PdfTextDrawingOptions.VerticalAlignment Property

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: PdfVerticalAlign
The vertical alignment of the drawn text within the Bounds rectangle.

Remarks

Default value: Top.

See Also