PDFView4NET WinForms Edition
Fields Property (FDFFile)




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

Property Value

A FDFFieldCollection object specifying the list of fields in the FDF 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

FDFFile Class
FDFFile Members