ImageGear .NET v25.1 - Updated
ImGearErrorCodes Enumeration




ImageGear.Core Assembly > ImageGear.Core Namespace : ImGearErrorCodes Enumeration
Specifies ImageGear error codes.
Syntax
'Declaration
 
Public Enum ImGearErrorCodes 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearErrorCodes
public enum ImGearErrorCodes : System.Enum 
__value public enum ImGearErrorCodes : public System.Enum 
public enum class ImGearErrorCodes : public System.Enum 
Members
MemberValueDescription
ART_ACCESS_DENIED53Don't have sufficient permissions to access the ART object.
ART_FAILURE54The ART failure.
ART_NONAME_GROUP55Group annotation is not named.
BARCODE_FAILURE48The barcode generic failure.
CANT_ADD_COLOR_TO_COLORBOOK45Cannot add color to color book.
CANT_CREATE_COLORBOOK46Cannot create new color book.
CANT_DETECT_FORMAT12Cannot detect format.
CANT_FIND_FORMAT13Cannot find format.
CANT_FIND_LAYER58 Could not find specified Layer.
CANT_FIND_LAYOUT57 Could not find specified Layout.
CANT_FIND_MODEL61 Could not find specified Model.
CANT_FIND_VIEW59 Could not find specified View.
CANT_FIND_VIEW_GROUP60 Could not find specified View Group.
CANT_LOAD_LIBRARY39Cannot load a specified library.
CANT_READ_PIXELS18Cannot read image pixels.
CANT_READ_PROFILE36Cannot read profile.
CANT_SAVE_FORMAT21Cannot save format.
CYCLIC_REFERENCE8Cyclic reference.
DATA_STREAM_INCOMPLETE23Data stream incomplete.
DICOM_MPR_FAILURE52 DICOM Multi-Planar Reconstruction failure.
FFTW_NOT_INITIALIZED43Support for FFTW is not initialized.
FORMAT_ALREADY_ADDED14The specified format is already in the collection.
INCORRECT_DWG_PASSWORD64 Incorrect password for DWG.
INTERNAL_FAILURE35Internal failure.
INVALID_BITCOUNT_FOR_FORMAT9Invalid bit depth for the specified format.
INVALID_CAMERA_VIEW_RECT62 Invalid VectRect for CADCamera.
INVALID_COMPLEX_OBJECT42Invalid complex object.
INVALID_COMPRESSED_DATA22Invalid compression data.
INVALID_COMPRESSION15Invalid compression.
INVALID_HEADER_FOR_FORMAT10Invalid header for the format.
INVALID_IMAGE_DIMENSIONS19Invalid image dimensions.
INVALID_IMAGE_TILE_DIMENSIONS20Invalid image tile dimensions.
INVALID_LOOK_UP_TABLE24Invalid lookup table.
INVALID_PDF_EXPORT_OPTION63 Invalid option for exporting PDF.
INVALID_RESOLUTION_VALUE_FOR_FORMAT11Invalid resolution for using format.
INVALID_TYPE4Invalid type.
IP_FUNCTION_NOT_APPLICABLE_TO_DIB26The IP method is not supported for the specified DIB.
JPEG2K_FAILURE28The JPEG 2000 failure.
LICENSE_FILE_UNREADABLE67 A license file was found, but its content could not be read.
MEDC_FAILURE47MedC specific error code.
NOT_IMPLEMENTED_YET2The API is not yet implemented.
NOT_LICENSED1The product of feature are not licensed.
OFFICE_LIM_IS_FULL66 LibreOffice Instance Manager has created the maximal count of LibreOffice instances.
OWNER_ALREADY_ASSIGNED6Owner has already been assigned.
OWNER_NOT_ASSIGNED7Owner has not been assigned.
PAGE_NOT_PRESENT16The specified page is not present.
PARAMETER_HAS_INVALID_VALUE3The parameter has an invalid value.
PDF_FAILURE27The PDF failure.
PROFILE_CONVERSION_FAILED37Profile conversion failed..
REC_CANT_CREATE_UNIQUE_SETTINGS50Cannot create a new settings collection.
REC_CHAR_UNREPRESENTABLE_BY_FONT49The PDF font selected for PDF export cannot fully represent all the characters in the output text.
REC_ENGINE_FAILURE33Internal recognition engine failure.
REC_FAILURE32Generic recognition failure.
REC_INSTANCE_DISPOSED51The ImGearRecognition instance has been disposed.
REC_PDFA_STRUCTURE_FAILURE56Cannot create PDF/A-1 compatible document.
REC_UNEXPECTED_ORIENTATION68 The recognition engine returned an unexpected orientation value.
REC_ZERO_RESOLUTION34Image has zero resolution.
REC_ZONE_ZERO_AREA69Specified zone has zero area.
REQUIRE_8_16_32BIT_GRAYSCALE_1CHANNEL41 Require 8, 16 or 32bit gray-scale image with one channel.
REQUIRE_8BIT_GRAYSCALE_1CHANNEL40 Require 8bit gray-scale image with one channel.
SPOT_COLOR_IS_UNKNOWN44Spot color is absent and cannot be displayed.
SUCCESS0No errors have been reported.
THUMBNAIL_NOT_PRESENT25This image does not contain a thumbnail.
TILE_NOT_PRESENT17The specified tile is not present.
TWAIN_FAILURE29The TWAIN failure.
TWAIN_OPERATION_CANCELED30The TWAIN operation is canceled.
TWAIN_OPERATION_CANCELED_BY_EVENT31The TWAIN operation is canceled by event handler.
UNABLE_TO_UPDATE_CAD_RENDERER65 There was a problem with the CAD renderer. This is usually due to not being supported by the machine.
VALUES_ARE_INCOMPATIBLE5The specified values are incompatible.
WRONG_METADATA_FORMAT38Wrong metadata format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Core.ImGearErrorCodes

See Also

Reference

ImageGear.Core Namespace