ImageGear .NET v25.2 - Updated
Item(String) Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > FieldArray Class > Item Property : Item(String) Property
The fully qualified name (including path). For instance, "Address" or "Details.Address".
Gets a field by fully qualified name.
Syntax
'Declaration
 
Public Overloads ReadOnly 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 Field Item( 
   string fullName
) {get;}
public: __property Field* get_Item( 
   string* fullName
);
public:
property Field^ Item {
   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
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.