PdfTextFieldValue Property |
Gets or sets the form field's value.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic override string Value { get; set; }
Public Overrides Property Value As String
Get
Set
Property Value
Type:
String
Remarks
While a user's input will be limited by DoNotScroll and MaxLength, programmatically setting the value using this property is not limited or checked at this time.
See Also