ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / Field Class / Widgets Property




In This Topic
    Widgets Property
    In This Topic
    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