IPdfComboBoxField
TextAlignment Property
|
Gets or sets the text alignment.
Namespace:
Spire.Pdf.Fields
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfTextAlignment
The text alignment.
Remarks
This property is meaningful for fields containing variable text only.
See Also