Accusoft.ThumbnailXpressSdk Namespace : ThumbnailStatus Enumeration |
'Declaration Public Enum ThumbnailStatus Inherits System.Enum
'Usage Dim instance As ThumbnailStatus
public enum ThumbnailStatus : System.Enum
__value public enum ThumbnailStatus : public System.Enum
public enum class ThumbnailStatus : public System.Enum
Member | Value | Description |
---|---|---|
BeingGenerated | 2 | A thumbnail image is in the process of being generated from the item image data. |
Canceled | 6 | The thumbnail image generation was canceled by the user before completion. |
FailedWithError | 4 | Thumbnail image generation incurred an error. |
FailedWithTimeout | 5 | Failed to generate a thumbnail image within time threshold limits. See the ThumbnailXpress ThreadHungThreshold property ThumbnailXpress.ThreadHungThreshold |
Generated | 3 | A thumbnail image has been successfully generated for the item. |
NotValidated | 0 | Item image data has not been validated and it is yet to be determined if a thumbnail image can be generated from the data. |
Validated | 1 | Item image data has been validated and it is believed a thumbnail image can be generated for the item |
System.Object
System.ValueType
System.Enum
Accusoft.ThumbnailXpressSdk.ThumbnailStatus