2022 Enumeration
Changes 1
E

ImageTypeStatus

Description:
Indicates the current state of the contents of the ImageType.
public enum ImageTypeStatus
Name Description
E Unknown The linked image has not yet been loaded. No image is available. This status is only returned before the document is fully opened.
E Loaded The linked image was successfully loaded.
E FailedToLoad The linked image could not be loaded from file. Some possible reasons are: The file could not be found The file could be corrupt or not contain image data In case of PDF files, the file might be encrypted or not have the requested page
E Unloaded The linked images was unloaded by the user. No image is available.
E Imported The image was imported and is available.
E Generated The internally created image is available.