ImageGear .NET - Updated
Item Property (FieldArray)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > FieldArray Class : Item Property
The fully qualified name (including path). For instance, "Address" or "Details.Address".
Gets a field by fully qualified name.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal fullName As String _
) As Field
'Usage
 
Dim instance As FieldArray
Dim fullName As String
Dim value As Field
 
value = instance.Item(fullName)
public new Field this[ 
   string fullName
]; {get;}
public: __property new Field* get_Item   string* fullName
;
public:
new property Field^ default [String^] {
   Field^ get(String^ fullName);
}

Parameters

fullName
The fully qualified name (including path). For instance, "Address" or "Details.Address".
See Also

Reference

FieldArray Class
FieldArray Members