Property DefaultText
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
DefaultText
Gets or sets the default text associated with the control.
public string? DefaultText { get; set; }
Property Value
- string
The default text to which the control reverts when a reset-form action is executed.
Remarks
When no text is specified in the internal structures, this property returns
null
.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type.