C#
Objective-C
C++/CLI
Java
Python
public enum RasterExceptionCode | Value | Member | Description |
|---|---|---|
| 8 | SuccessPartialFailure | Function called recursively. A least one call was successful, but some failed. |
| 4 | SuccessRetry | Function successful. Retry the failed operation. |
| 3 | SuccessDelete | Function successful. Delete file before quiting. |
| 2 | SuccessAbort | Successful. You can quit now. |
| 1 | Success | Success. |
| 0 | Failure | Function not successful. |
| -1 | NoMemory | Not enough memory available. |
| -2 | NoImage | Invalid image. |
| -3 | MemoryTooLow | Not enough memory available. |
| -4 | FileSeek | Error seeking to position. |
| -5 | FileWrite | Error writing file. |
| -6 | FileGone | File not present - abort. |
| -7 | FileRead | Error reading file. |
| -8 | InvalidFileName | Invalid filename specified. |
| -9 | FileFormat | Invalid file format. |
| -10 | FileNotFound | File not found. |
| -11 | InvalidRange | Invalid width or height. |
| -12 | ImageType | Image format recognized, but sub-type not supported. |
| -13 | InvalidParameter | Invalid parameter passed. |
| -14 | FileOpen | Not able to open file. |
| -15 | UnknownCompression | Unknown compression format. |
| -16 | FeatureNotSupported | Feature not supported. Support for the requested feature is unavailable. This could be due to: * The file format does not support this feature. * The required dll is missing from your system. * The required file filter dll is disabled in this demo (ex. vector formats). * Your runtime license does not include support for this functionality. |
| -21 | QFactor | Invalid QFactor specified. |
| -23 | OutputType | Invalid compression format. |
| -27 | BitsPerPixel | Invalid bits per pixel. |
| -28 | WindowSize | Invalid window size. |
| -29 | NormalAbort | Escape key pressed - or user aborted operation. |
| -30 | NotInitialized | Internal error - call LEAD. |
| -31 | CUBusy | Internal error - call LEAD. |
| -32 | InvalidTableType | Internal error - call LEAD. |
| -34 | InvalidBuffer | Internal error - call LEAD. |
| -35 | MissingTileData | Internal error - call LEAD. |
| -36 | InvalidQValue | Internal error - call LEAD. |
| -37 | InvalidData | Internal error - call LEAD. |
| -38 | InvalidCompressedType | Internal error - call LEAD. |
| -39 | InvalidComponentNumber | Internal error - call LEAD. |
| -40 | InvalidPixelType | Internal error - call LEAD. |
| -41 | InvalidPixelSampling | Internal error - call LEAD. |
| -44 | InvalidImageDimensions | Internal error - call LEAD. |
| -45 | InvalidTileDimension | Internal error - call LEAD. |
| -46 | InvalidPixBufferDimensions | Internal error - call LEAD. |
| -47 | SegmentOverflow | Internal error - call LEAD. |
| -48 | InvalidSubsampling | Internal error - call LEAD. |
| -49 | InvalidQVisTable | Internal error - call LEAD. |
| -50 | InvalidDCCodeTable | Internal error - call LEAD. |
| -51 | InvalidACCodeTable | Internal error - call LEAD. |
| -52 | InsufficientData | Internal error - call LEAD. |
| -53 | MissingFunctionPointer | Internal error - call LEAD. |
| -54 | TooManyDCCodeTables | Internal error - call LEAD. |
| -55 | TooManyACCodeTables | Internal error - call LEAD. |
| -56 | InvalidSubImage | Internal error - call LEAD. |
| -57 | InvalidAbortion | Internal error - call LEAD. |
| -58 | CUNoSupport | Internal error - call LEAD. |
| -59 | CUFailure | Internal error - call LEAD. |
| -60 | BadPointer | Internal error - call LEAD. |
| -62 | CompressedDataFailure | The compressed data is corrupted. |
| -65 | NoStamp | Stamp not found. |
| -74 | Internal | Internal error. |
| -77 | BadDecodeState | Premature end-of-line code. |
| -78 | VersionNumber | Bad version number. |
| -92 | NotEnoughImages | There are not enough images to complete the task. |
| -100 | UserAbort | User has aborted operation. |
| -140 | BadTag | Bad TIFF tag. |
| -141 | InvalidStampSize | Stamp size is too big or invalid bits per pixel, etc. |
| -142 | BadStamp | Stamp is present but data is corrupted. |
| -143 | DocumentNotEnabled | Document capability is required to use this function Your runtime license does not include support for this functionality. Contact LEAD. |
| -144 | ImageEmpty | Image is empty. |
| -145 | NoChange | The image has not changed. |
| -146 | LzwLocked | The LZW capabilities are locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -149 | Exception | An unspecified exception occurred - could be memory access violations. |
| -261 | InvalidHandle | Invalid handle. |
| -290 | BufferTooSmall | The buffer size is too small. |
| -295 | DiskIsFull | Not enough disk space. |
| -309 | DxfCodecMissing | The Leadtools.Codecs.Dxf.dll library is missing. |
| -310 | PageNotFound | Page not found. |
| -311 | DeleteLastPage | You cannot delete a page from a file containing only one page. |
| -314 | MedicalNotEnabled | Medical capability is required to use this function Your runtime license does not include support for this functionality. Contact LEAD. |
| -315 | JbigNotEnabled | JBIG capability is required to use this function Your runtime license does not include support for this functionality. Contact LEAD. |
| -318 | MedicalNetNotEnabled | Medical Network capability is required to use this function Your runtime license does not include support for this functionality. Contact LEAD. |
| -319 | JbigCodecMissing | The Leadtools.Codecs.Jbg.dll library is missing. |
| -349 | WmfCodecMissing | The Leadtools.Codecs.Wmf.dll library is missing. |
| -351 | NothingToDo | There is nothing to do. No items were found. |
| -353 | VectorKernelMissing | The Leadtools.Vector.dll library is missing. |
| -354 | CmwLocked | The CMW support is locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -355 | CmwCodecMissing | The Leadtools.Codecs.Cmw.dll library is missing. |
| -356 | CmpCodecMissing | The Leadtools.Codecs.Cmp.dll library is missing. |
| -357 | FaxCodecMissing | The Leadtools.Codecs.Fax.dll library is missing. |
| -358 | PdfCodecMissing | The Leadtools.Pdf.dll library is missing. |
| -359 | TifCodecMissing | The Leadtools.Codecs.Tif.dll library is missing. |
| -404 | TagMissing | Tag not found. |
| -408 | PdfNotEnabled | PDF support is locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -530 | Jp2Failure | Error in JP2 Box values. |
| -531 | Jp2Signature | The header does not match the JP2 signature - not a JP2 file. |
| -532 | Jp2Unsupported | JP2 file has a feature that is unsupported. |
| -533 | J2kFailure | Invalid save options were specified to the encoder. |
| -534 | J2kNoSoc | File header does not contain SOC marker. |
| -535 | J2kNoSot | File contains complete header but no compressed image data. |
| -536 | J2kInformationSet | Invalid save options were specified or file includes invalid encoded values. |
| -537 | J2kLowTargetSize | Compression ratio, target file size, or tile size was too small for encoder. |
| -538 | J2kDecompositionLevel | Specified Wavelet decomposition level was too high. |
| -539 | J2kMarkerValue | Decoder could not translate J2K marker - file is corrupt or invalid. |
| -540 | J2kUnsupported | J2K file has image with more than 30 bits per component. |
| -541 | J2kCodecMissing | The Leadtools.Codecs.J2k.dll library is missing. |
| -542 | J2kLocked | J2K support is locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -721 | PdfFileEncrypted | The Pdf file is encrypted and the Password was not set (no password). |
| -722 | PdfInvalidPassword | Invalid password specified. |
| -723 | PdfFaxNotEnabled | FAX filter is required for this function. |
| -724 | PdfJpegNotEnabled | CMP and JPEG filter is required for this function. |
| -725 | PdfInvDocStructuringComments | Invalid Document Structuring comments (PS and EPS). |
| -726 | PdfFontsDirectoryNotFound | Could not find Fonts directory. |
| -727 | PdfCannotEditFile | Cannot insert, delete, append or replace pages. |
| -728 | PdfBadContent | File is corrupted. |
| -729 | PdfBadInitializationFiles | Either the files required for initializing the PDF engine were not found or they were found but they are incorrect. |
| -770 | SvgFileSizeRead | SVG File size read error. |
| -771 | SvgRootNotFound | Root element of XML data is not found or not SVG. |
| -773 | SvgInvalidElement | Invalid SVG element in the XML data. |
| -774 | SvgDuplicatedAttribute | Duplicated SVG attribute in the XML data. |
| -775 | SvgInvalidAttribute | Invalid SVG attribute in the XML data. |
| -776 | SvgInvalidAttributeValue | Invalid SVG attribute value in the XML data. |
| -777 | SvgBadCssProperty | Bad SVG CSS property in the XML data. |
| -778 | SvgMissingRequiredAttribute | Missing required SVG attribute in the XML data. |
| -779 | SvgDuplicatedID | Duplicated SVG element ID in the XML data. |
| -780 | SvgInvalidCoordinatesNumber | Invalid SVG coordinates number in the XML data. |
| -781 | SvgInvalidStringComma | Invalid SVG string comma. |
| -782 | SvgAttributeNotFound | SVG Attribute not found in the XML data. |
| -783 | SvgFileNotFlat | This functionality requires a flat SVG document. |
| -785 | InvalidFormat | Invalid format. |
| -786 | UnsupportedMethod | Method not supported. |
| -787 | OpeningProfile | Error opening profile. |
| -788 | InvalidColorProfile | Invalid color profile. |
| -789 | InvalidStructSize | The structure size is invalid. |
| -791 | UVNotMultiples | U and V are not multiples. |
| -792 | NoNonplanarVerticalSubsamplingSupported | No non planar vertical sub sampling supported. |
| -793 | PlanarAlignmentNotSupported | Planar alignment not supported. |
| -794 | UnsupportedConversion | Unsupported conversion. |
| -795 | TruncateHeight | Truncate height. |
| -796 | TruncateWidth | Truncate width. |
| -797 | TruncateWidthAndHeight | Truncate width and height. |
| -800 | LayerMissing | The PSD Layer is missing. |
| -801 | BadMarker | Bad JPEG marker. |
| -802 | AudioMissing | The audio data is not present. |
| -803 | DicomNotEnabled | Internal or Unrecognized Error. |
| -805 | FileReadOnly | File/stream is read-only. Cannot open file/stream with write access. |
| -806 | BadResyncMarker | Bad JPEG Resync marker. |
| -807 | ColorConversionDllMissing | The Leadtools.ColorConversion.dll library is missing. |
| -808 | MarkerSizeTooBig | The size of the JPEG marker cannot exceed 64K. |
| -809 | MarkerMissing | The required JPEG marker is missing. |
| -810 | ExtensionsMissing | This file does not contain EXIF extensions. |
| -811 | MarkerIndex | The marker index is invalid (too big). |
| -812 | NoProfile | The ICC profile was not found. |
| -813 | DecodingProfile | An error has occurred while decoding the profile. |
| -814 | NullPointer | A NULL pointer was passed. |
| -815 | NoOverlay | The overlay does not exist. |
| -816 | OverlayIndex | Something is wrong with the overlay index. |
| -817 | CorruptProfile | The ICC profile was invalid. |
| -818 | SegmentationDllMissing | The Leadtools.Mrc.dll library is missing. |
| -819 | DcrCodecMissing | The Leadtools.Codecs.Dcr.dll library is missing. |
| -820 | KdcCodecMissing | The Leadtools.Codecs.Kdc.dll library is missing. |
| -821 | DcsCodecMissing | The Leadtools.Codecs.Dcs.dll library is missing. |
| -823 | AbiCodecMissing | The Leadtools.Codecs.Abi.dll library is missing. |
| -824 | Jb2CodecMissing | The Leadtools.Codecs.Jb2.dll library is missing. |
| -825 | PngCodecMissing | The Leadtools.Codecs.Png.dll library is missing. |
| -900 | ClrCodecMissing | Failed to load Leadtools.ColorConversion.dll. |
| -910 | ImageSize | Image size not sufficient. |
| -911 | NoMessage | There is no message. |
| -912 | InvalidPassword | Invalid password. |
| -917 | CompactAborted | The compact function finished without copying all the pages. |
| -918 | InvalidColorspace | Invalid colorspace. |
| -930 | ProNotEnabled | LEADTOOLS Pro Features are not enabled Your runtime license does not include support for this functionality. Contact LEAD. |
| -1150 | ICCUnknownTag | Unknown ICC profile Tag. |
| -1151 | ICCUnknownType | Unknown ICC profile Type. |
| -1152 | ICCUnknownTagAndType | Unknown ICC profile Tag and Type. |
| -1153 | InvalidICCProfile | Invalid ICC profile. |
| -1154 | ICCImageNotSupported | Invalid ICC profile. |
| -1353 | InvalidCodecName | Invalid filter name. |
| -1360 | SignedDataNotSupported | Signed image data not supported. |
| -1362 | Jbig2Locked | JBIG2 file format is locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -1363 | NitfLocked | NITF support is locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -1364 | Gray32Unsupported | 32-bit grayscale bitmaps are not supported. |
| -1477 | JpipLocked | JPIP support is locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -1478 | FormsLocked | FORMS support is locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -1480 | ImageProcessingDllMissing | Internal or Unrecognized Error. |
| -1483 | CodecsDllMissing | The Leadtools.Codecs.dll library is missing. |
| -1485 | DicomDllMissing | The Leadtools.Dicom.dll library is missing. |
| -1486 | InvalidLutLength | The LUT length is invalid. LUTLength should be 1 << (HighBit - LowBit + 1). |
| -1490 | FileCreate | Error creating file. |
| -1491 | InvalidDib | The DIB is invalid. |
| -1492 | ChannelMissing | The PSD Channel is missing. |
| -1493 | DocumentWritersNotEnabled | Document Writers capability is required to use this function Your runtime license does not include support for this functionality. Contact LEAD. |
| -1494 | MediaWriterNotEnabled | Media writer capability is required to use this function Your runtime license does not include support for this functionality. Contact LEAD. |
| -1495 | DocumentWritersPdfNotEnabled | Document Writer PDF support is locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -1496 | BmpCodecMissing | The Leadtools.Codecs.Bmp.dll library is missing. |
| -1497 | RawCodecMissing | The Leadtools.Codecs.Raw.dll library is missing. |
| -1501 | J2kBoxNotAvailable | The required box is not available. |
| -1503 | PreProcessBadState | Preprocessing engine is in a bad state. |
| -1504 | PreProcessInit | Preprocessing engine initialization error or no appropriate license. |
| -1505 | PreProcessCantScaleEdgeSteps | Preprocessing engine attempted to scale an edge steps format word. |
| -1506 | PreProcessWrongWord | Preprocessing engine word does not have blobs of that type. |
| -1507 | PreProcessCantFindPointBand | Preprocessing engine cannot find point band. |
| -1508 | PreProcessUnmatchedBlockRight | Preprocessing engine unmatched block right. |
| -1509 | PreProcessUnmatchedBlockLeft | Preprocessing engine unmatched block left. |
| -1510 | PreProcessUnmatchedBlockRightRemaining | Preprocessing engine unmatched block right remaining. |
| -1511 | PreProcessCodesIllegalsum | Preprocessing engine illegal sum of chain codes. |
| -1512 | PreProcessIllegalSampleSize | Preprocessing engine illegal sample size. |
| -1513 | PreProcessIllegalCircularSpec | Preprocessing engine illegal circular/linear specification. |
| -1514 | PreProcessIllegalEssentialSpec | Preprocessing engine illegal essential/non-essential specification. |
| -1515 | PreProcessIllegalMinMaxSpec | Preprocessing engine illegal min or max specification. |
| -1516 | PreProcessIllegalSampleCount | Preprocessing engine illegal sample count. |
| -1517 | PreProcessIllegalMeadnSpec | Preprocessing engine illegal prototype mean. |
| -1518 | PreProcessIllegalVarianceSpec | Preprocessing engine illegal prototype variance. |
| -1519 | PreProcessIllegalDistribution | Preprocessing engine illegal prototype distribution. |
| -1520 | PreProcessIllegalSignificanceSpec | Preprocessing engine illegal significance specification. |
| -1521 | PreProcessIllegalStyleSpec | Preprocessing engine illegal prototype style specification. |
| -1522 | PreProcessIllegalFloat | Preprocessing engine illegal float specification. |
| -1523 | PreProcessIllegalNumSets | Preprocessing engine illegal number of feature sets. |
| -1524 | PreProcessIllegalShortName | Preprocessing engine illegal short name for a feature. |
| -1525 | PreProcessIllegalFeatureParam | Preprocessing engine illegal feature parameter spec. |
| -1526 | PreProcessIllegalNumFeatures | Preprocessing engine illegal number of features in set. |
| -1527 | PreProcessHeapFull | Preprocessing engine heap size exceeded. |
| -1528 | PreProcessIllegalAmbiguitySpecification | Preprocessing engine illegal ambiguity specification. |
| -1529 | PreProcessInvalidUnicodeCharset | Preprocessing engine invalid Unicode character set. |
| -1530 | PreProcessBadOkMode | Preprocessing engine bad OK mode. |
| -1531 | PreProcessBadRejectMode | Preprocessing engine bad reject mode. |
| -1532 | PreProcessReadingTemplateFile | Preprocessing engine error reading template file. |
| -1533 | PreProcessReadingEdgesFile | Preprocessing engine error while reading edges from file. |
| -1534 | PreProcessCantOpenChoiceFile | Preprocessing engine could not open choice file. |
| -1535 | LeadPrinterNotEnabled | LEADTOOLS Printer Driver is required to use this function Your runtime license does not include support for this functionality. Contact LEAD. |
| -1536 | LeadPrinterServerNotEnabled | LEADTOOLS Printer Driver Server is required to use this function Your runtime license does not include support for this functionality. Contact LEAD. |
| -1537 | RtfCodecMissing | The Leadtools.Codecs.Rtf.dll library is missing. |
| -1538 | MedicalViewerActionNotAdded | The specified action is not added to the Image Viewer Cell. |
| -1539 | MedicalViewerActionAlreadyAdded | The specified action is already added to the Image Viewer Cell. |
| -1540 | PdfUtilitiesMissing | The Leadtools.Pdf.Utilities.dll library is missing. |
| -1541 | BitmapFormatUnsupported | The bitmap format is not supported. |
| -1543 | CgmCodecMissing | The Leadtools.Codecs.Cgm.dll library is missing. |
| -1544 | ClpCodecMissing | The Leadtools.Codecs.Clp.dll library is missing. |
| -1545 | CrwCodecMissing | The Leadtools.Codecs.Crw.dll library is missing. |
| -1547 | DrwCodecMissing | The Leadtools.Codecs.Drw.dll library is missing. |
| -1548 | DwfCodecMissing | The Leadtools.Codecs.Dwf.dll library is missing. |
| -1549 | DwgCodecMissing | The Leadtools.Codecs.Dwg.dll library is missing. |
| -1550 | EpsCodecMissing | The Leadtools.Codecs.Eps.dll library is missing. |
| -1551 | FitCodecMissing | The Leadtools.Codecs.Fit.dll library is missing. |
| -1552 | FlcCodecMissing | The Leadtools.Codecs.Flc.dll library is missing. |
| -1553 | GifCodecMissing | The Leadtools.Codecs.Gif.dll library is missing. |
| -1554 | HdpCodecMissing | The Leadtools.Codecs.Hdp.dll library is missing. |
| -1555 | IffCodecMissing | The Leadtools.Codecs.Iff.dll library is missing. |
| -1556 | Jp2CodecMissing | The Leadtools.Jpeg2000.dll library is missing. |
| -1557 | JpmCodecMissing | The Leadtools.Codecs.Jpm.dll library is missing. |
| -1558 | CinCodecMissing | The Leadtools.Codecs.Cin.dll library is missing. |
| -1559 | LmbCodecMissing | The Leadtools.Codecs.Lmb.dll library is missing. |
| -1560 | MifCodecMissing | The Leadtools.Codecs.Mif.dll library is missing. |
| -1561 | MngCodecMissing | The Leadtools.Codecs.Mng.dll library is missing. |
| -1562 | MspCodecMissing | The Leadtools.Codecs.Msp.dll library is missing. |
| -1563 | NtfCodecMissing | The library is missing. |
| -1564 | PcdCodecMissing | The Leadtools.Codecs.Pcd.dll library is missing. |
| -1565 | PcxCodecMissing | The Leadtools.Codecs.Pcx.dll library is missing. |
| -1566 | PsdCodecMissing | The Leadtools.Codecs.Psd.dll library is missing. |
| -1567 | PspCodecMissing | The Leadtools.Codecs.Psp.dll library is missing. |
| -1568 | RasCodecMissing | The Leadtools.Codecs.Ras.dll library is missing. |
| -1569 | SffCodecMissing | The Leadtools.Codecs.Sff.dll library is missing. |
| -1570 | SgiCodecMissing | The Leadtools.Codecs.Sgi.dll library is missing. |
| -1571 | SgmCodecMissing | The Leadtools.Mrc.dll library is missing. |
| -1572 | ShpCodecMissing | The Leadtools.Codecs.Shp.dll library is missing. |
| -1574 | SnpCodecMissing | The Leadtools.Codecs.Snp.dll library is missing. |
| -1575 | SvgCodecMissing | The Leadtools.Svg.dll library is missing. |
| -1576 | TdbCodecMissing | The Leadtools.Codecs.Tdb.dll library is missing. |
| -1577 | TgaCodecMissing | The Leadtools.Codecs.Tga.dll library is missing. |
| -1578 | VecCodecMissing | The Leadtools.Codecs.Vec.dll library is missing. |
| -1579 | VpgCodecMissing | The Leadtools.Codecs.Vpg.dll library is missing. |
| -1580 | WfxCodecMissing | The Leadtools.Codecs.Wfx.dll library is missing. |
| -1581 | WmzCodecMissing | The Leadtools.Codecs.Wmz.dll library is missing. |
| -1582 | WpgCodecMissing | The Leadtools.Codecs.Wpg.dll library is missing. |
| -1583 | XpsCodecMissing | The Leadtools.Codecs.Xps.dll library is missing. |
| -1584 | XwdCodecMissing | The Leadtools.Codecs.Xwd.dll library is missing. |
| -1585 | ItgCodecMissing | The Leadtools.Codecs.Itg.dll library is missing. |
| -1586 | VffCodecMissing | The Leadtools.Codecs.Vff.dll library is missing. |
| -1587 | JxrCodecMissing | The Leadtools.Codecs.Jxr.dll library is missing. |
| -1588 | JlsCodecMissing | The Leadtools.Codecs.Jls.dll library is missing. |
| -1589 | DcfCodecMissing | The Leadtools.Codecs.Dcf.dll library is missing. |
| -1591 | KernelExpired | LEADTOOLS Kernel has expired. Contact LEAD for an updated runtime license file. |
| -1595 | HtmCodecMissing | The Leadtools.Codecs.Htm.dll library is missing. |
| -1596 | MobCodecMissing | The Leadtools.Codecs.Mob.dll library is missing. |
| -1597 | PubCodecMissing | The Leadtools.Codecs.Pub.dll library is missing. |
| -1598 | IngCodecMissing | The Leadtools.Codecs.Ing.dll library is missing. |
| -1599 | PdfBadInterpageLinks | PDF has internal links which refer to other pages that do not exist. |
| -1628 | LeadPrinterNetworkNotEnabled | LEADTOOLS Printer Driver Network is required to use this function Your runtime license does not include support for this functionality. Contact LEAD. |
| -1750 | AppStoreNotEnabled | LEADTOOLS App Store license is required to use this function Your runtime license does not include support for this functionality. Contact LEAD. |
| -1751 | BasicNotEnabled | LEADTOOLS Basic license is required to use this function. You must set a LEADTOOLS runtime license. For more information see Setting a Runtime license. |
| -1752 | NoServerLicense | Requires a LEADTOOLS server license. You are trying to create a server application but your LEADTOOLS runtime license does not unlock server application support. Contact LEAD Your runtime license does not include support for this functionality. Contact LEAD. |
| -1753 | IncorrectWidthAdjusted | The width seems to be incorrect and has been automatically adjusted. |
| -1754 | InvalidLicense | Invalid runtime license. The LEADTOOLS runtime license you provided is invalid. |
| -1755 | InvalidServerLicense | Invalid runtime server license. The LEADTOOLS runtime license you provided is invalid. |
| -1756 | UserNotRegisteredForServerLicense | Specified user for server license was not registered. |
| -1757 | AppNotRegisteredForServerLicense | Specified app for server license was not registered. |
| -1758 | ConnectionToLicenseServerFailed | Connection to license server failed. |
| -1759 | ServerLicenseNotActivated | Server runtime license has not been activated or machine has changed. If you have moved your application to a new machine, you must de-activate and re-active your server license. Contact LEAD. |
| -1760 | OcrNotEnabled | OCR not enabled. Your runtime license does not include support for this functionality. Contact LEAD. |
| -1761 | OcrPdfNotEnabled | OCR PDF not enabled. Your runtime license does not include support for this functionality. Contact LEAD. |
| -1762 | OcrOmrNotEnabled | OCR OMR not enabled. Your runtime license does not include support for this functionality. Contact LEAD. |
| -1763 | OcrEngineNotStarted | OCR engine not started. |
| -1764 | OcrLanguageNotSupported | OCR language not supported. |
| -1765 | OcrComponentMissing | OCR component missing. |
| -1766 | OcrInvalidSettingName | Invalid OCR setting name. |
| -1767 | OcrInvalidSettingType | Invalid OCR setting type. |
| -1768 | OcrInvalidSettingValue | Invalid OCR setting value. |
| -1769 | OcrInvalidZoneType | Invalid OCR zone type. |
| -1770 | OcrInitialization | OCR engine initialization error, or there is no appropriate license. |
| -1771 | OcrError | OCR generic error. |
| -1772 | OcrSpellcheckerNotFound | Error loading spell checker or one of its dependencies. |
| -1773 | PstCodecMissing | The Leadtools.Codecs.Pst.dll library is missing. |
| -1774 | OcrMultipleAsianLanguagesNotAllowed | Enabling multiple Asian languages not allowed. |
| -1775 | MediaStreamingNotEnabled | LEADTOOLS Media Streaming is required to use this function Your runtime license does not include support for this functionality. Contact LEAD. |
| -1776 | XmpCodecMissing | The Leadtools.Codecs.Xmp.dll library is missing. |
| -1777 | X9fCodecMissing | The Leadtools.Codecs.X9f.dll library is missing. |
| -1778 | FileSizeTooBig | The file size is too big for selected format (eg: trying to create a TIFF file > 4GB). |
| -1779 | FormatMismatch | File format mismatch (eg: trying to save a TIFF page into a BigTIFF file). |
| -1780 | FileInfoUpdated | The FILEINFO structure has been updated. The file can be reloaded. |
| -1781 | TagValueTooBig | LONG/SLONG tag value exceeded the 32-bit range (can occur in CompactTIFF when you convert BigTIFF file to regular TIFF). |
| -1782 | InvalidYuvFormat | The YUV format is not supported. |
| -1783 | InvalidYuvSize | The size of the YUV buffer is incorrect. |
| -1784 | DrawingDllMissing | The Leadtools.Drawing.dll library is missing. |
| -1785 | InvalidLicenseVersion | Invalid runtime license version. |
| -1786 | MaxOpenFiles | Too many open files. |
| -1787 | InvalidPageNumbers | The first or last page number is incorrect. |
| -1788 | DocumentWriterMissing | The Leadtools.Document.Writer.dll library is missing. |
| -1789 | ThreeJSCodecMissing | The Leadtools.Codecs.3js.dll library is missing. |
| -1790 | NoLicense | No runtime license was set. You must set a LEADTOOLS runtime license. For more information see: Setting a Runtime license Contact LEAD to obtain a runtime license file. |
| -1791 | SpecialEffectsDllMissing | The library is missing. |
| -1792 | TxtCodecMissing | The Leadtools.Codecs.Txt.dll library is missing. |
| -1793 | MrcDllMissing | The library is missing. |
| -1794 | PdfCompressorDllMissing | The Leadtools.PdfCompressor.dll library is missing. |
| -1795 | CreditCardDllMissing | The Leadtools.CreditCards.dll library is missing. |
| -1796 | PdfDllMissing | The Leadtools.Pdf.dll library is missing. |
| -1797 | CmxCodecMissing | The Leadtools.Codecs.Cmx.dll library is missing. |
| -1798 | DgnCodecMissing | The Leadtools.Codecs.Dgn.dll library is missing. |
| -1799 | E00CodecMissing | The Leadtools.Codecs.E00.dll library is missing. |
| -1808 | PtkCodecMissing | The Leadtools.Codecs.Ptk.dll library is missing. |
| -1809 | DocCodecMissing | The Leadtools.Codecs.Doc.dll library is missing. |
| -1810 | DoxCodecMissing | The Leadtools.Codecs.Dox.dll library is missing. |
| -1811 | PptCodecMissing | The Leadtools.Codecs.Ppt.dll library is missing. |
| -1812 | PpxCodecMissing | The Leadtools.Codecs.Ppx.dll library is missing. |
| -1813 | XlsCodecMissing | The Leadtools.Codecs.Xls.dll library is missing. |
| -1814 | XlxCodecMissing | The Leadtools.Codecs.Xlx.dll library is missing. |
| -1815 | PnmCodecMissing | The Leadtools.Codecs.Pnm.dll library is missing. |
| -1816 | WmpCodecMissing | The Leadtools.Codecs.Wmp.dll library is missing. |
| -1817 | CutCodecMissing | The Leadtools.Codecs.Cut.dll library is missing. |
| -1818 | ImgCodecMissing | The Leadtools.Codecs.Img.dll library is missing. |
| -1819 | MacCodecMissing | The Leadtools.Codecs.Mac.dll library is missing. |
| -1820 | SmpCodecMissing | The Leadtools.Codecs.Smp.dll library is missing. |
| -1821 | XpmCodecMissing | The Leadtools.Codecs.Xpm.dll library is missing. |
| -1822 | AnzCodecMissing | The Leadtools.Codecs.Anz.dll library is missing. |
| -1823 | SctCodecMissing | The Leadtools.Codecs.Sct.dll library is missing. |
| -1824 | TfxCodecMissing | The Leadtools.Codecs.Tfx.dll library is missing. |
| -1825 | AniCodecMissing | The Leadtools.Codecs.Ani.dll library is missing. |
| -1826 | DrawingMPDllMissing | The Leadtools.Drawing.MP.dll library is missing. |
| -1827 | GbrCodecMissing | The Leadtools.Codecs.Gbr.dll library is missing. |
| -1828 | NapCodecMissing | The Leadtools.Codecs.Nap.dll library is missing. |
| -1829 | PclCodecMissing | The Leadtools.Codecs.Pcl.dll library is missing. |
| -1830 | PctCodecMissing | The Leadtools.Codecs.Pct.dll library is missing. |
| -1831 | AfpCodecMissing | The Leadtools.Codecs.Afp.dll library is missing. |
| -1832 | CalCodecMissing | The Leadtools.Codecs.Cal.dll library is missing. |
| -1833 | IcaCodecMissing | The Leadtools.Codecs.Ica.dll library is missing. |
| -1834 | LmaCodecMissing | The Leadtools.Codecs.Lma.dll library is missing. |
| -1835 | StlCodecMissing | The Leadtools.Codecs.Stl.dll library is missing. |
| -1836 | Barcode1dWriteMissing | The Leadtools.Barcode.OneD.dll library is missing. |
| -1837 | BarcodePdfWriteMissing | The Leadtools.Barcode.PdfWrite.dll library is missing. |
| -1838 | BarcodeDatamatrixWriteMissing | The Leadtools.Barcode.DatamatrixWrite.dll library is missing. |
| -1839 | BarcodeQrWriteMissing | The Leadtools.Barcode.QrWrite.dll library is missing. |
| -1840 | Barcode2dWriteMissing | The Leadtools.Barcode.Lead2DWrite.dll library is missing. |
| -1841 | CodecIgnored | The file filter needed to support this format has been marked as ignored. |
| -1842 | EcwCodecMissing | The Leadtools.Codecs.Ecw.dll library is missing. |
| -1843 | FpxCodecMissing | The Leadtools.Codecs.Fpx.dll library is missing. |
| -1844 | AwdCodecMissing | The Leadtools.Codecs.Awd.dll library is missing. |
| -1845 | XbmCodecMissing | The Leadtools.Codecs.Xbm.dll library is missing. |
| -1846 | FileAccessDenied | Access denied. |
| -1847 | FileDelete | Error deleting file. |
| -1848 | NoPages | The document has no pages. |
| -1849 | FolderCreate | Error creating folder. |
| -1850 | FilenameAlreadyRegistered | (Internal) Filename already registered. |
| -1851 | InvalidUnicodeString | The Unicode string could not be converted to ANSI because it contains characters not supported by the current ANSI page. |
| -1852 | InvalidFileHandle | (Internal error) Invalid file handle. |
| -1853 | TempFileDiskDisabled | Feature requires physical disk temporary files. |
| -1854 | FileWriteOnly | File/stream is write-only. Cannot open file/stream with read access. |
| -1855 | FileReadDenied | Read access was denied. The operation needs to be able to read from the file/stream. |
| -1856 | FileWriteDenied | Write access was denied. The operation needs to be able to write to the file/stream. |
| -1857 | WebKitEngineMissing | The Leadtools.WebKitEngine.dll library is missing. |
| -1858 | FeatureNotSupportedOnThisPlatform | Support for the requested feature is unavailable on this platform. |
| -1859 | FileCorrupted | The file format is recognized, but is corrupted. |
| -1860 | InvalidIndex | Invalid index. |
| -1861 | GdiError | Generic GDI error. |
| -1862 | DocumentWriterAltoMissing | The library is missing. |
| -1863 | FileOperationFailed | The file format is recognized, but the operation failed. |
| -1864 | OpenSSLDllMissing | OpenSSL DLL is missing. |
| -1865 | ExternalProcessTerminated | The external process was terminated abnormally. |
| -1866 | DocWrtInvalidAltoXmlIndentation | The Alto XML indentation contains invalid (non-space) characters. |
| -1867 | OcrZoneOutsideBitmap | One or more zones is completely outside the bitmap (zones were probably created for a bigger bitmap). |
| -1868 | PdfUtilitiesInvalid | The Leadtools.Pdf.Utilities.dll library is invalid or out of date. |
| -1869 | AttachmentNotFound | The requested attachment was not found. |
| -1870 | NoAttachments | The file has no attachments. |
| -1871 | ColorConversionDllInvalid | Leadtools.ColorConversion.dll is invalid or corrupted. |
| -1872 | NotTiffFile | The file passed to this function is not a TIFF file. |
| -1873 | SvgNotEnabled | SVG support is locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -1874 | AnnotationsNotEnabled | Annotations support is locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -1875 | IcrMissing | The library is missing. |
| -1876 | Encrypted | The source file is encrypted and no password was provided. |
| -1877 | RedirectToFilter | Internal error - redirect to another filter. |
| -1878 | MLMissing | The Leadtools.ML.dll library is missing. |
| -1879 | HeifGettingItemData | Error getting the item data. |
| -1880 | HeifTilesDifferentSize | Not all tiles have the same size. |
| -1881 | HeifInvalidGridData | The grid data is invalid. |
| -1882 | HeifInvalidCompressionParams | Invalid compression parameters - call LEAD. |
| -1883 | HeifCodecMissing | The Leadtools.Codecs.Heif.dll library is missing. |
| -1884 | HeifInvalidBoxSize | Invalid box size. |
| -1885 | HeifComponentsHaveDifferentBitDepths | Luma & Chroma components have different bit depths. |
| -1886 | HeifInvalidExifMetadata | The exif metadata format is invalid - call LEAD. |
| -1887 | HeifUnsupportedImageType | Unsupported image type - call LEAD. |
| -1888 | HeifReferencesMissing | Some references are missing. |
| -1889 | HeifEncoderFailure | Generic error encoding the data. |
| -1890 | HeifUnsupportedChromaFormat | Unsupported chroma format - call LEAD. |
| -1891 | HeifDecoderFailure | Generic error decoding the data - call LEAD. |
| -1892 | HeifCompressedDataHasNoFrame | The compressed data stream contains no frame. |
| -1893 | NoExifMetadata | The file has no Exif metadata. |
| -1894 | TooManyTempFiles | There are too many files in the temp folder. |
| -1895 | DocumentCoreMissing | The Leadtools.Document.Core.dll library is missing. |
| -1896 | AllPagesOutRange | All the specified pages are out of document page range. |
| -1897 | DocumentEditingNotEnabled | Document Editing support is locked Your runtime license does not include support for this functionality. Contact LEAD. |
| -1898 | DocumentWriterDocxMissing | The library is missing. |
| -1899 | DocumentWriterRtfMissing | The library is missing. |
| -1900 | DocumentWriterTxtMissing | The library is missing. |
| -1901 | ImageReadOnly | Image processing is not allowed on this image because it is part of a RasterImage allocated with NoFreeDataOnDispose. |
| -1902 | TempFileCreateAccessDenied | An access denied error occurred trying to create a temporary file. Check the access rights for the temp folder. |
| -1903 | TempFileCreate | An unknown error occurred trying to create a temporary file. Make sure you can create files in the temp folder. |
| -1904 | FeatureNotSupportedForThisFormat | Feature not supported for this format. |
| -1905 | MemoryLimit | You have exceeded the amount of memory allowed for RasterImage allocations. See RasterDefaults::MemoryThreshold::MaximumGlobalRasterImageMemory. |
| -1906 | BitmapTooBig | The bitmap is too big. Try loading it at a lower resolution. |
| -1907 | FeatureNotSupportedOnThisOperatingSystem | Support for the requested feature is unavailable on this operating system. |
| -1908 | TwainMissing | The Leadtools.Twain.dll library is missing. |
| -1909 | WiaMissing | The Leadtools.Wia.dll library is missing. |
| -1910 | InvalidCodecsRasterizeDocumentOptions | The RASTERIZEDOCOPTIONS are invalid. |
| -1911 | ColorConversion | Generic color conversion error. |
| -1912 | CommonDialogsFileMissing | The Leadtools.WinForms.CommonDialogs.File.dll library is missing. |
| -1913 | ScreenCaptureMissing | The Leadtools.ScreenCapture.dll library is missing. |
| -1914 | SpecialEffectsMissing | The Leadtools.SpecialEffects.dll library is missing. |
| -1915 | PrinterMissing | The Leadtools.Printer.dll library is missing. |
| -1916 | CommonDialogsKernelMissing | The library is missing. |
| -1917 | CommonDialogsUtilitiesMissing | The library is missing. |
| -1918 | CommonDialogsCommonMissing | The library is missing. |
| -1919 | CommonDialogsControlsMissing | The library is missing. |
| -1921 | SpeechRecognitionMissing | The library is missing. |