 | PdfTextBoxFieldAlignment Property |
Gets or sets a code specifying the form of justification to be used in displaying the text.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic JustifyTypes Alignment { get; set; }
Public Property Alignment As JustifyTypes
Get
Set
public:
property JustifyTypes Alignment {
JustifyTypes get ();
void set (JustifyTypes value);
}
member Alignment : JustifyTypes with get, set
/** @property */
public JustifyTypes get_Alignment()
/** @property */
public void set_Alignment(JustifyTypes value)
function get_Alignment();
function set_Alignment(value);
Property Value
JustifyTypes
See Also