PDFView4NET WinForms Edition
Field Property (FieldValidateEventArgs)




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

Property Value

The field that has been validated.
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

FieldValidateEventArgs Class
FieldValidateEventArgs Members