Property DefaultText
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
DefaultText
Gets or sets the default text content of the PdfTextBox control.
public string DefaultText { get; set; }
Property Value
- string
The default text to which the field reverts when a reset-form action is executed.
Remarks
Default value: empty string.
Length of any new value assigned to this property gets validated against value of MaxLength property. For string values with length bigger than value specified by MaxLength property a PdfException is thrown.