AccusoftThumbnailXpress6 ActiveX DLL : TN_ThumbnailStatus Enumeration |
Item not validated at any level.
Option values which designate the status of a thumbnail item.Member | Value | Description |
---|---|---|
TN_BeingGenerated | 2 | 2 - Thumbnail bitmap in the process of being generated. |
TN_Canceled | 6 | 6 - The thumbnail is canceled. |
TN_FailedWithError | 4 | 4 - ThumbnailXpress failed to generate thumbnail bitmap for the image (likely decompression error). |
TN_FailedWithTimeout | 5 | 5 - Failed to generate thumbnail bitmap within time limits. See ThreadHungThreshold property. |
TN_Generated | 3 | 3 - A thumbnail bitmap successfully generated (though it may not be in cache at this point). |
TN_NotValidated | 0 | 0 - The thumbnail is not validated. |
TN_Validated | 1 | 1 - File validated at some level; ThumbnailXpress believes it is a supported file type. |