ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Objects > IGFormatsCtl Control > IGFormatsCtl Events > BatchBeforeLoad Event |
Fired by IGFormatsCtl Control to batch convert the file before load operation, if enabled. Params parameter should be determined using IGBatchPreLoadParams Object. This event can be turned on/off using UseEvents parameter of IIGFormats.ConvertBatch Method.
Sub IGFormatsCtl1_BatchBeforeLoad(ByVal Params As
IIGBatchPreLoadParams)
Name | Description |
---|---|
Params | This parameter should be determined using IGBatchPreLoadParams Object. |