ImageGear .NET - Updated
Widgets Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : Widgets Property
Gets the widgets of a field.
Syntax
'Declaration
 
Public ReadOnly Property Widgets As IList(Of WidgetAnnotation)
'Usage
 
Dim instance As Field
Dim value As IList(Of WidgetAnnotation)
 
value = instance.Widgets
public IList<WidgetAnnotation> Widgets {get;}
public: __property IList<WidgetAnnotation*>* get_Widgets();
public:
property IList<WidgetAnnotation^>^ Widgets {
   IList<WidgetAnnotation^>^ get();
}

Property Value

The widgets of the field, which are the visual representation.
See Also

Reference

Field Class
Field Members