ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUIThumbnailCtl Control > IGGUIThumbnailCtl Events > BeforeLoad Event |
Called during the process of creating a thumbnail item. This event is raised before the image has been loaded into an IGPage Object. Your application can use this event to set the ImageGear file load handling (e.g., load scaled JPEG image) and the thumbnail image generation handling (e.g., aliasing, interpolation).
Sub IGGUIThumbnailCtl_BeforeLoad(pParams As
IGGUITNBeforeLoadParams)
Name | Description |
---|---|
pParams | A IGGUITNBeforeLoadParams Object that references the IIGIOLocation Interface from which the image will be loaded and also contains a "SkipItem" flag that can be used to skip creating thumbnail items for the file. |