PDFView4NET WinForms Edition
Field Property (PDFFieldWidget)




O2S.Components.PDFView4NET.Forms Namespace > PDFFieldWidget Class : Field Property
Gets the form field that owns this widget.
Syntax
'Declaration
 
Public ReadOnly Property Field As PDFField
'Usage
 
Dim instance As PDFFieldWidget
Dim value As PDFField
 
value = instance.Field
public PDFField Field {get;}
public: __property PDFField* get_Field();
public:
property PDFField^ Field {
   PDFField^ get();
}

Property Value

The form field that owns this widget.
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

PDFFieldWidget Class
PDFFieldWidget Members