Click or drag to resize

PdfButtonFieldValue Property

Gets the form field's value.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public override string Value { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
NotImplementedExceptionIf setting a new value, this exception is thrown because button fields can not have their value set at this time.
See Also