ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : Widgets Property |
'Declaration Public ReadOnly Property Widgets As Collection(Of WidgetAnnotation)
'Usage Dim instance As Field Dim value As Collection(Of WidgetAnnotation) value = instance.Widgets
public Collection<WidgetAnnotation> Widgets {get;}
public: __property Collection<WidgetAnnotation*>* get_Widgets();
public: property Collection<WidgetAnnotation^>^ Widgets { Collection<WidgetAnnotation^>^ get(); }
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when a null widget list is attempted to be set. |