ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearFormatParameters Class / Item Property
Index of control parameter to get.




In This Topic
    Item Property (ImGearFormatParameters)
    In This Topic
    Gets control parameter by index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ImGearControlParameter
    'Usage
     
    Dim instance As ImGearFormatParameters
    Dim index As Integer
    Dim value As ImGearControlParameter
     
    value = instance.Item(index)
    public ImGearControlParameter this[ 
       int index
    ]; {get;}
    public: __property ImGearControlParameter* get_Item   int index
    ;
    public:
    property ImGearControlParameter^ default [int] {
       ImGearControlParameter^ get(int index);
    }

    Parameters

    index
    Index of control parameter to get.

    Property Value

    The ImGearControlParameter class interface of the control parameter from the collection of parameters.The ImGearControlParameter control parameter from the collection of parameters.
    See Also