Property FullName

Namespace TallComponents.PDF.Forms.Fields
Class Field

The fully qualified name for this field.

This property may only be set on a classic PDF (not XFA) document. For Xfa documents, the returned field name is determined dynamically, as there can be fields with names name[0]..name[n] in Xfa. Removing one or more of such fields will result in renaming the remaining fields. This is currently only possible by setting the widget persistency to Flatten or Remove.

Note: Setting this property is NOT thread safe.

Can throw an ObjectDisposedException if the field was removed from the field collection (dynamic XFA).

Syntax

public  String  FullName  {  get;  set;  }

Property value

String