ThumbnailCollection.BeforeCreateThumbnail Event |
Raised before each thumbnail is created to allow the image used for the thumbnail to be modified or
replaced.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic event EventHandler<BeforeCreateThumbnailEventArgs> BeforeCreateThumbnail
Public Event BeforeCreateThumbnail As EventHandler(Of BeforeCreateThumbnailEventArgs)
Value
Type:
System.EventHandler<BeforeCreateThumbnailEventArgs>
Remarks The image provided in the event arguments is the full size image the thumbnail will be generated from.
See Also