ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGCoreCtl Control > IGCoreCtl Methods > GetComponentInfo Method |
Creates a new object containing information about IG component based on the component's index.
GetComponentInfo (Index As Long) As IGComponentInfo
Name | Description |
---|---|
Index | Index of the component inside ImageGear's list of associated components. Can be within [0..ComponentCount-1] range. |
A new instance of the IGComponentInfo Object.
N/A
Core