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