PDFView4NET WPF Edition
Field Property (PDFFieldImportError)




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

Property Value

A PDFField object representing the field that generated the error.
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

PDFFieldImportError Class
PDFFieldImportError Members