PdfTextFieldDefaultValue Property |
Gets or sets the form field's default value.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.5.0.0 (5.5.0.0)
Syntaxpublic string DefaultValue { get; set; }Public Property DefaultValue As String
Get
Set
Property Value
Type:
String
Remarks
This property can not be changed if IsLocked is true.
See Also