PDFView4NET WinForms Edition
Field Property (AfterFieldAddEventArgs)




O2S.Components.PDFView4NET Namespace > AfterFieldAddEventArgs Class : Field Property
Gets the field that has been added to the document.
Syntax
'Declaration
 
Public ReadOnly Property Field As PDFField
'Usage
 
Dim instance As AfterFieldAddEventArgs
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 added to 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

AfterFieldAddEventArgs Class
AfterFieldAddEventArgs Members