ImageGear .NET - Updated October 2, 2018
Item Property (ImGearFormatParameters)




ImageGear24.Core Assembly > ImageGear.Formats Namespace > ImGearFormatParameters Class : Item Property
Index of control parameter to get.
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

Reference

ImGearFormatParameters Class
ImGearFormatParameters Members
ImGearControlParameter Class