PDFView4NET WPF Edition
Widgets Property




O2S.Components.PDFView4NET.Forms Namespace > PDFField Class : Widgets Property
Gets the list of widgets associated with this field.
Syntax
'Declaration
 
Public ReadOnly Property Widgets As PDFFieldWidgetCollection
'Usage
 
Dim instance As PDFField
Dim value As PDFFieldWidgetCollection
 
value = instance.Widgets
public PDFFieldWidgetCollection Widgets {get;}
public: __property PDFFieldWidgetCollection* get_Widgets();
public:
property PDFFieldWidgetCollection^ Widgets {
   PDFFieldWidgetCollection^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFField Class
PDFField Members