PDFView4NET WinForms Edition
Form Property (PDFField)




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

Property Value

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