In This Topic
Gets or sets the field associated with widget.
Syntax
'Declaration
Public Property Field As Field
'Usage
Dim instance As WidgetAnnotation
Dim value As Field
instance.Field = value
value = instance.Field
public Field Field {get; set;}
public: __property Field* get_Field();
public: __property void set_Field(
Field* value
);
public:
property Field^ Field {
Field^ get();
void set ( Field^ value);
}
Property Value
The object of
ImageGear.Formats.PDF.Forms.Field type. May be null.
Exceptions
See Also