Annotation FieldValue Property. The field value for any form field associated with this annotation. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] string

[Visual Basic]
String
 n/a  No The field value for any form field associated with this annotation.

 

   

Notes
 

The field value for any form field associated with this annotation.

You may wish to assign or query the form field value using this property.

Checkboxes and Radio Buttons have a value which is either "Off" or the on-state of the control as accessible via GetFieldOptions.

Text fields have a free-text value.

Combo Boxes and List Boxes have values restricted to a set of selections as accessible via GetFieldOptions.

Pushbuttons and Signatures do not have a value.

 

   

Example
 

None.