PDFView4NET WinForms Edition
Form Property (PDFDocument)




O2S.Components.PDFView4NET Namespace > PDFDocument Class : Form Property
Gets the PDF form included in the document.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property Form As PDFForm
'Usage
 
Dim instance As PDFDocument
Dim value As PDFForm
 
value = instance.Form
[Browsable(false)]
public PDFForm Form {get;}
[Browsable(false)]
public: __property PDFForm* get_Form();
[Browsable(false)]
public:
property PDFForm^ Form {
   PDFForm^ get();
}

Property Value

A O2S.Components.PDFView4NET.Forms.PDFForm object representing the PDF form included in the document.
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

PDFDocument Class
PDFDocument Members