Gets or sets the text alignment.

Namespace: Spire.Pdf.Fields
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
PdfTextAlignment TextAlignment { get; set; }
Property TextAlignment As PdfTextAlignment
	Get
	Set
property PdfTextAlignment TextAlignment {
	PdfTextAlignment get ();
	void set (PdfTextAlignment value);
}
abstract TextAlignment : PdfTextAlignment with get, set

Property Value

PdfTextAlignment
The text alignment.

Remarks

This property is meaningful for fields containing variable text only.

See Also