PDFView4NET WinForms Edition
Fields Property (XFDFFile)




O2S.Components.PDFView4NET.Forms Namespace > XFDFFile Class : Fields Property
Gets the list of fields in the XFDF file.
Syntax
'Declaration
 
Public ReadOnly Property Fields As XFDFFieldCollection
'Usage
 
Dim instance As XFDFFile
Dim value As XFDFFieldCollection
 
value = instance.Fields
public XFDFFieldCollection Fields {get;}
public: __property XFDFFieldCollection* get_Fields();
public:
property XFDFFieldCollection^ Fields {
   XFDFFieldCollection^ get();
}

Property Value

A XFDFFieldCollection object specifying the list of fields in the XFDF file.
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

XFDFFile Class
XFDFFile Members