Accusoft.ImagXpress13.Net
Result Enumeration




Option values returned from image processing methods.
Syntax
'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 
Members
MemberValueDescription
Error_ImageCanNotBeDeskewed 
Error_InvalidUserSpecifiedRawData1070Invalid user specified data for raw images (non-camera).
ErrorBadAngle1016The operation failed because an invalid angle was specified.
ErrorBadRadius1017The operation failed because an invalid radius was specified.
ErrorBufferAccessTimeout1043Unable to access image buffer.
ErrorCadFileOpenNotCalled1066Operation not valid unless CadFileOpen is first called.
ErrorCanceled1010Image load or decompression was cancelled.
ErrorCaptureFailed1021Capture failed.
ErrorClipboardCopy1014Error copying image to the clipboard.
ErrorClipboardPaste1013Error pasting from clipboard.
ErrorCreateFile1005Cannot create file.
ErrorEventResponse1044Event handler error.
ErrorFileOpen1000Cannot find or cannot open the image file.
ErrorFileRead1003Error reading the file.
ErrorFileWrite1006Error writing file.
ErrorFormatUnknown1001The image file type is unknown or unable to read the image file type.
ErrorFtp1048FTP (File Transfer Protocol) error.
ErrorIcmNotEnabled1057Image color management not enabled.
ErrorImageAccessTimeout1038Unable to access requested image.
ErrorImageHasTasksPending1046Tasks currently in process must complete.
ErrorInternalFailure1042Internal failure.
ErrorInternetHttpToHttpsOnRedirect1053Invalid HTTP to HTTPS redirect.
ErrorInternetInValidCA1049Invalid Internet certificate.
ErrorInternetPostIsNonSecure1050Invalid post to unsecure HTTP address.
ErrorInternetSecurityCertificateCNInvalid1051Invalid security certificate.
ErrorInternetSecurityCertificateDateInvalid1052Invalid security certificate date.
ErrorInvalidAreaOrRegion1035Invalid region or area.
ErrorInvalidBitDepth1063The bit depth provided is invalid.
ErrorInvalidCrop1018Loading an image failed because the crop dimensions are out of range for the specified image.
ErrorInvalidFileName1020Invalid file name.
ErrorInvalidFormat1008Invalid image format.
ErrorInvalidHandle1033Invalid window handle.
ErrorInvalidIcmProfile1055Invalid image color management profile.
ErrorInvalidImageId1036Invalid image ID.
ErrorInvalidLicense1022Invalid license. Attempting to access functionality that is not covered under the license in effect.
ErrorInvalidOption1009Invalid option.
ErrorInvalidPage1069Invalid page number or number of pages.
ErrorInvalidPaletteFile1011Invalid palette file.
ErrorInvalidPicPassword1015Attempting to read a password protected PIC file and the password in the PICPassword property does not match the password on file.
ErrorInvalidPointer1034Invalid pointer.
ErrorInvalidPropertyValue1019Invalid property value.
ErrorInvalidWebIntegratorLicense1024Invalid web license.
ErrorJpegCommentAddFailure1030Unable to add a JPEG comment.
ErrorJpegCommentNotFound1029JPEG comment not found. The requested comment does not exist.
ErrorLoadLibraryFailForWinInet1047Library failed to load.
ErrorLoadWatermarkImage1026Unable to load watermark image.
ErrorMemoryAlloc1004Cannot allocate memory for the image.
ErrorMemoryLock1002Cannot lock memory.
ErrorMissingOrBadCmykProfile1056CMYK profile missing or corrupt.
ErrorNoCurrentBuffer1037No current image buffer found.
ErrorNoImage1007The operation failed because the control does not have an image.
ErrorNoLicense1023License not found.
ErrorNone0No error.
ErrorNoResources1058Image capture failed.
ErrorNoWindow1028No window handle.
ErrorOperationNotApplicableForRawImages1041Invalid image operation on RAW image formats.
ErrorOperationNotApplicableForVirtualImages1065The operation is not applicable for virtual images.
ErrorPaletteIndexOutOfRange1012The specified palette index does not lie within the number of palette entries for the current image.
ErrorPrintNotSupported1059Printer does not support the requested function.
ErrorPrintOutOfRange1060Cannot print outside the valid printer area.
ErrorResumeThreadFailure1039Resume thread failure.
ErrorShutdown1040Windows is shutting down.
ErrorTagAdd1061Unable to add tag.
ErrorTagItemNotFound1032Tag item not found.
ErrorTagModify1067Unable to modify a tag or tags.
ErrorTagNotFound1031Tag not found.
ErrorThreadCreation1045Unable to create thread.
ErrorUnableToCreateThumbnail1068Unable to create the thumbnail because it was either too large or unsupported for the bit depth.

A thumbnail must:

  • be able to fit inside of a 64K data structure
  • be smaller than the original image
  • not be a 12-bit grayscale image

ErrorUnableToCrop1027Unable to crop.
ErrorUnableToGetAnnotations1064Unable to get annotations.
ErrorUnsupportedPdf1062PDF not supported.
InternetHTTPNoConnection1054No Internet connection.
Ok0No error.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.ImagXpressSdk.Result

See Also

Reference

Accusoft.ImagXpressSdk Namespace

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback