PdfButtonFieldValue Property |
Gets 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
ExceptionsException | Condition |
---|
NotImplementedException | If setting a new value, this exception is thrown because button fields can not have their value set at this time. |
See Also