| Accusoft.ImagXpressSdk Namespace : Result Enumeration |
'Declaration Public Enum Result Inherits System.Enum
'Usage Dim instance As Result
public enum Result : System.Enum
__value public enum Result : public System.Enum
public enum class Result : public System.Enum
| Member | Value | Description |
|---|---|---|
| Error_ImageCanNotBeDeskewed | ||
| Error_InvalidUserSpecifiedRawData | 1070 | Invalid user specified data for raw images (non-camera). |
| ErrorBadAngle | 1016 | The operation failed because an invalid angle was specified. |
| ErrorBadRadius | 1017 | The operation failed because an invalid radius was specified. |
| ErrorBufferAccessTimeout | 1043 | Unable to access image buffer. |
| ErrorCadFileOpenNotCalled | 1066 | Operation not valid unless CadFileOpen is first called. |
| ErrorCanceled | 1010 | Image load or decompression was cancelled. |
| ErrorCaptureFailed | 1021 | Capture failed. |
| ErrorClipboardCopy | 1014 | Error copying image to the clipboard. |
| ErrorClipboardPaste | 1013 | Error pasting from clipboard. |
| ErrorCreateFile | 1005 | Cannot create file. |
| ErrorEventResponse | 1044 | Event handler error. |
| ErrorFileOpen | 1000 | Cannot find or cannot open the image file. |
| ErrorFileRead | 1003 | Error reading the file. |
| ErrorFileWrite | 1006 | Error writing file. |
| ErrorFormatUnknown | 1001 | The image file type is unknown or unable to read the image file type. |
| ErrorFtp | 1048 | FTP (File Transfer Protocol) error. |
| ErrorIcmNotEnabled | 1057 | Image color management not enabled. |
| ErrorImageAccessTimeout | 1038 | Unable to access requested image. |
| ErrorImageHasTasksPending | 1046 | Tasks currently in process must complete. |
| ErrorInternalFailure | 1042 | Internal failure. |
| ErrorInternetHttpToHttpsOnRedirect | 1053 | Invalid HTTP to HTTPS redirect. |
| ErrorInternetInValidCA | 1049 | Invalid Internet certificate. |
| ErrorInternetPostIsNonSecure | 1050 | Invalid post to unsecure HTTP address. |
| ErrorInternetSecurityCertificateCNInvalid | 1051 | Invalid security certificate. |
| ErrorInternetSecurityCertificateDateInvalid | 1052 | Invalid security certificate date. |
| ErrorInvalidAreaOrRegion | 1035 | Invalid region or area. |
| ErrorInvalidBitDepth | 1063 | The bit depth provided is invalid. |
| ErrorInvalidCrop | 1018 | Loading an image failed because the crop dimensions are out of range for the specified image. |
| ErrorInvalidFileName | 1020 | Invalid file name. |
| ErrorInvalidFormat | 1008 | Invalid image format. |
| ErrorInvalidHandle | 1033 | Invalid window handle. |
| ErrorInvalidIcmProfile | 1055 | Invalid image color management profile. |
| ErrorInvalidImageId | 1036 | Invalid image ID. |
| ErrorInvalidLicense | 1022 | Invalid license. Attempting to access functionality that is not covered under the license in effect. |
| ErrorInvalidOption | 1009 | Invalid option. |
| ErrorInvalidPage | 1069 | Invalid page number or number of pages. |
| ErrorInvalidPaletteFile | 1011 | Invalid palette file. |
| ErrorInvalidPicPassword | 1015 | Attempting to read a password protected PIC file and the password in the PICPassword property does not match the password on file. |
| ErrorInvalidPointer | 1034 | Invalid pointer. |
| ErrorInvalidPropertyValue | 1019 | Invalid property value. |
| ErrorInvalidWebIntegratorLicense | 1024 | Invalid web license. |
| ErrorJpegCommentAddFailure | 1030 | Unable to add a JPEG comment. |
| ErrorJpegCommentNotFound | 1029 | JPEG comment not found. The requested comment does not exist. |
| ErrorLoadLibraryFailForWinInet | 1047 | Library failed to load. |
| ErrorLoadWatermarkImage | 1026 | Unable to load watermark image. |
| ErrorMemoryAlloc | 1004 | Cannot allocate memory for the image. |
| ErrorMemoryLock | 1002 | Cannot lock memory. |
| ErrorMissingOrBadCmykProfile | 1056 | CMYK profile missing or corrupt. |
| ErrorNoCurrentBuffer | 1037 | No current image buffer found. |
| ErrorNoImage | 1007 | The operation failed because the control does not have an image. |
| ErrorNoLicense | 1023 | License not found. |
| ErrorNone | 0 | No error. |
| ErrorNoResources | 1058 | Image capture failed. |
| ErrorNoWindow | 1028 | No window handle. |
| ErrorOperationNotApplicableForRawImages | 1041 | Invalid image operation on RAW image formats. |
| ErrorOperationNotApplicableForVirtualImages | 1065 | The operation is not applicable for virtual images. |
| ErrorPaletteIndexOutOfRange | 1012 | The specified palette index does not lie within the number of palette entries for the current image. |
| ErrorPrintNotSupported | 1059 | Printer does not support the requested function. |
| ErrorPrintOutOfRange | 1060 | Cannot print outside the valid printer area. |
| ErrorResumeThreadFailure | 1039 | Resume thread failure. |
| ErrorShutdown | 1040 | Windows is shutting down. |
| ErrorTagAdd | 1061 | Unable to add tag. |
| ErrorTagItemNotFound | 1032 | Tag item not found. |
| ErrorTagModify | 1067 | Unable to modify a tag or tags. |
| ErrorTagNotFound | 1031 | Tag not found. |
| ErrorThreadCreation | 1045 | Unable to create thread. |
| ErrorUnableToCreateThumbnail | 1068 | Unable to create the thumbnail because it was either too large or unsupported for the bit depth.
A thumbnail must:
|
| ErrorUnableToCrop | 1027 | Unable to crop. |
| ErrorUnableToGetAnnotations | 1064 | Unable to get annotations. |
| ErrorUnsupportedPdf | 1062 | PDF not supported. |
| InternetHTTPNoConnection | 1054 | No Internet connection. |
| Ok | 0 | No error. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.Result