PDFView4NET WinForms Edition
Type Property (PDFField)




O2S.Components.PDFView4NET.Forms Namespace > PDFField Class : Type Property
Gets the field type.
Syntax
'Declaration
 
Public ReadOnly Property Type As PDFFieldType
'Usage
 
Dim instance As PDFField
Dim value As PDFFieldType
 
value = instance.Type
public PDFFieldType Type {get;}
public: __property PDFFieldType get_Type();
public:
property PDFFieldType Type {
   PDFFieldType get();
}

Property Value

The type of the field.
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

PDFField Class
PDFField Members