Called during the process of creating a thumbnail item. This event is raised before the image has been loaded into
ImageGear.Core.ImGearPage class object.
The event handler receives an argument of type ImGearThumbnailBeforeLoadEventArgs containing data related to this event. The following ImGearThumbnailBeforeLoadEventArgs properties provide information specific to this event.
Property | Description |
---|
Page | Gets ImageGear.Core.ImGearPage class object containing full-sized picture that was used to create a thumbnail. |
PageNumber |
Gets page number of the currently loaded thumbnail.
|
Skip |
Gets or sets a value indicating whether or not to load thumbnail into a control.
|
Source |
Gets path and format of the currently loaded thumbnail.
|