PDFView4NET WinForms Edition
Field Property (BeforeFieldAddEventArgs)




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

BeforeFieldAddEventArgs Class
BeforeFieldAddEventArgs Members