PdfTextBox.TextAlign Property

(PDF 1.4) Gets or sets a value indicating how the text should be aligned horizontally within text box.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfTextAlign TextAlign { get; set; }
VB
Public Property TextAlign As PdfTextAlign
	Get
	Set

Property Value

Type: PdfTextAlign
A value indicating how the text should be aligned horizontally within text box.

See Also