ImageGear v26.3 - Updated
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".




In This Topic
    Item(String) Property
    In This Topic
    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