Click or drag to resize

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)
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