CPDFTextWidgetSetDefaultValue Method |
Sets the default value of TextField.
The default value is used when resetting the form.
Namespace:
ComPDFKit.PDFAnnotation.Form
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0.0 (3.0.0.0)
Syntaxpublic void SetDefaultValue(
string defaultValue
)
Parameters
- defaultValue
- Type: SystemString
The default value to set
See Also