Delegate Image.GetThumbnailImageAbort
Image.GetThumbnailImageAbort delegate
Provides a callback method for determining when the GetThumbnailImage
method should prematurely cancel execution.
public delegate bool GetThumbnailImageAbort();
Return Value
This method returns true if it decides that the GetThumbnailImage
method should prematurely stop execution; otherwise, it returns false.
See Also
- class Image
- namespace System.Drawing
- assembly Aspose.Drawing