PdfTextDrawingOptions.HorizontalAlignment Property

Gets or sets the horizontal 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 PdfTextAlign HorizontalAlignment { get; set; }
VB
Public Property HorizontalAlignment As PdfTextAlign
	Get
	Set

Property Value

Type: PdfTextAlign
The horizontal alignment of the drawn text within the Bounds rectangle.

Remarks

Default value: Left.

See Also