PDFView4NET WPF Edition
Item(String) Property




O2S.Components.PDFView4NET.Forms Namespace > PDFFieldCollection Class > Item Property : Item(String) Property
The name of the field to lookup in the collection.
Gets the field with the specified name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As PDFField
'Usage
 
Dim instance As PDFFieldCollection
Dim name As String
Dim value As PDFField
 
value = instance.Item(name)
public PDFField Item( 
   string name
) {get;}
public: __property PDFField* get_Item( 
   string* name
);
public:
property PDFField^ Item {
   PDFField^ get(String^ name);
}

Parameters

name
The name of the field to lookup in the collection.

Property Value

The field if exists, otherwise null.
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

PDFFieldCollection Class
PDFFieldCollection Members
Overload List