ImageGear v26.5 - Updated March 3, 2025
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)

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