Member | Value | Description |
Aborted | 9 |
The calling method has been aborted, mostly because of the insufficient pre-conditions.
|
AccessDenied | 12 |
The required write operation is not allowed on the specified file.
|
BadTwainState | 32 |
The error of state has been raised by the TWAIN plugin.
|
Barcode1DReaderPluginNotLoaded | 1100 |
Can't load GdPicture.NET.14.barcode.1d.reader.dll.
|
Barcode1DReaderUnknownError | 1101 |
Unknown error reported from the 1D Barcode reader plugin.
|
BarcodeAztecReaderPluginNotLoaded | 1200 |
Can't load the AztecCode reader dll.
|
BarcodeBarcodeLengthMustBe12 | 1019 |
Invalid data length, the length must be 12.
|
BarcodeBarcodeLengthMustBe2 | 1023 |
Invalid data length, the length = 2 is required.
|
BarcodeBarcodeLengthMustBe5 | 1024 |
Invalid data length, the length = 5 is required.
|
BarcodeBarcodeLengthMustBe5or6or9or11 | 1018 |
Invalid data length, it must be 5, 6, 9, or 11 digits only.
|
BarcodeBarcodeLengthMustBe8or12 | 1020 |
Invalid data length, it must be 8 or 12 numbers only.
|
BarcodeBarcodeMustBinaryChar | 1021 |
Invalid number system, only 0 and 1 are valid.
|
BarcodeCanNotDetermineStart | 1006 |
The start character could not be determined.
|
BarcodeCouldNotInsertStart | 1009 |
Could not insert start and code characters.
|
BarcodeDatamatrixEncoderInvalidMode | 1511 |
The mode provided to the DataMatrix encoder is invalid.
|
BarcodeDatamatrixEncoderInvalidVersion | 1510 |
The version provided to the DataMatrix encoder is invalid.
|
BarcodeDataMatrixReaderPluginNotLoaded | 1200 |
Can't load the DataMatrix reader dll.
|
BarcodeDataMatrixReaderUnknownError | 1201 |
Unknown error reported from the DataMatrix Barcode reader plugin.
|
BarcodeIllegalUPCA | 1022 |
Illegal UPC-A entered for conversion. It is unable to convert the barcode.
|
BarcodeInvalidData | 1011 |
Invalid barcode data.
|
BarcodeInvalidDestinationSize | 1012 |
The destination is not large enough to draw the barcode.
|
BarcodeInvalidLength | 1001 |
The format of the barcode data is invalid - the length is invalid.
|
BarcodeInvalidManufacturerCode | 1013 |
Country assigning manufacturer code not found.
|
BarcodeInvalidStart | 1002 |
The format of the barcode data is invalid - the START character is invalid.
|
BarcodeInvalidStop | 1003 |
The format of the barcode data is invalid - the STOP character is invalid.
|
BarcodeLengthMustBe11or12 | 1026 |
Inavlid data length, the length must be 11 or 12.
|
BarcodeLengthMustBe12or13 | 1025 |
Invalid data length, the length must be 12 or 13.
|
BarcodeLengthMustBe13or14 | 1004 |
The barcode data length is invalid. The length must be 13 or 14.
|
BarcodeLengthMustBe7or8 | 1014 |
Invalid data length, must be 7 or 8 numbers only.
|
BarcodeLengthMustBeMultipleOf2 | 1015 |
Invalid data length, must be a multiple of 2.
|
BarcodeMustStartWith49 | 1017 |
Invalid Country Code for JAN13 (49 required).
|
BarcodeMustStartWith978orBadLength | 1016 |
Invalid input. It must start with 978 and the length must be 9, 10, 12, 13 characters.
|
BarcodeNoEncodingValueFound | 1010 |
Could not find encoding of a value in the formatted data.
|
BarcodeNoStartInCurrentCodeSet | 1008 |
No start character found in CurrentCodeSet.
|
BarcodeNotNumeric | 1005 |
Only numeric data are required/allowed.
|
BarcodePDF417EncoderInvalidVersion | 1520 |
The version provided to the PDF417 encoder is invalid.
|
BarcodePDF417EncoderNotByteData | 1523 |
The PDF417 encoder expected only byte data.
|
BarcodePDF417EncoderNotNumericData | 1521 |
The PDF417 encoder expected only numeric data.
|
BarcodePDF417EncoderNotTextData | 1522 |
The PDF417 encoder expected only alpha-numeric data.
|
BarcodePDF417ReaderPluginNotLoaded | 1400 |
Can't load GdPicture.NET.14.barcode.pdf417.reader.dll.
|
BarcodeQRCodeReaderPluginNotLoaded | 1300 |
Can't load the QR-Code reader dll.
|
BarcodeQrEncoderInvalidVersion | 1500 |
The version provided to the Qr-Code encoder is invalid.
|
BarcodeQrEncoderNot8BitData | 1503 |
The Qr-Code expected only byte data.
|
BarcodeQrEncoderNotAlphanumericData | 1502 |
The Qr-Code expected only alpha-numeric data.
|
BarcodeQrEncoderNotKanjiData | 1504 |
The Qr-Code expected only kanji data.
|
BarcodeQrEncoderNotNumericData | 1501 |
The Qr-Code expected only numeric data.
|
BarcodeUnknownStartType | 1007 |
Unknown start type in fixed type encoding.
|
CanNotCreateFile | 41 |
The file passed as a parameter to the method cannot be created.
|
CertificateNotFound | 903 |
The provided certificate has not been found.
|
CertificateUnsupportedHashAlgorithm | 904 |
The provided certificate does not support the selected hash algorithm.
|
CertificateWrongFormat | 901 |
The provided certificate has wrong or unsupported format.
|
CertificateWrongPassword | 900 |
The password provided for the certificate is invalid.
|
CertificateWrongPrivateKey | 902 |
The provided certificate does not include the private key.
|
DocumentAnalyzerDllRequired | 4000 |
Can't load the GdPicture Document analyzer encoder library.
|
EmptyDocument | 28 |
The document is empty or its content has not been successfully parsed.
|
EncryptionSchemeNotSupported | 2000 |
The selected encryption scheme is not supported.
|
FileNotFound | 10 |
The specified file (the image file, the input document) or the metafile could not be found.
|
FontFamilyNotFound | 14 |
The specified font family could not be found. Either the font family name is incorrect or the font family is not installed.
|
FontStyleNotFound | 15 |
The specified style is not available for the specified font family.
|
GdiplusNotInitialized | 18 |
The GDI+ API is not in an initialized state. This one should never appear.
|
GenericError | 1 |
An error occurred inside the calling method, mostly internal key elements are invalid.
This is an error, which can't be identified more precisely, let's say by other elements of this enumeration.
|
InsufficientBuffer | 5 |
A buffer specified as an argument in the API is not large enough to hold the received data.
|
InternetConnectError | 101 |
An error occurred during the Internet connection.
|
InternetFtpGetFileError | 300 |
An error occurred downloading a file from the FTP server.
|
InternetFtpWriteFileError | 301 |
An error occurred writing a file to the FTP server.
|
InternetHttpInvalidFileLength | 105 |
The length of the file returned from the HTTP server is invalid or null.
|
InternetHttpOpenRequestError | 102 |
An error occurred during the HTTP open request.
|
InternetHttpQueryError | 103 |
An error occurred during the HTTP query.
|
InternetHttpSendRequestError | 104 |
An error occurred sending an HTTP request.
|
InternetHttpTransferError | 106 |
An error occurred during the HTTP transfer.
|
InternetHTTPWriteFileError | 107 |
An error occurred during the HTTP writing operation.
|
InternetOpenError | 100 |
Cannot access to Internet.
|
InvalidBarCode | 50 |
The barcode data passed as a parameter to the method are invalid.
|
InvalidLicense | 9999 |
The license key provided doesn't include this feature.
|
InvalidParameter | 2 |
One of the arguments passed to the method is not valid.
|
InvalidPassword | 29 |
The provided password is invalid.
|
InvalidPDFHandle | 63 |
The PDF handle provided is invalid or it doesn't exist.
|
JBIG2PluginNotLoaded | 3000 |
Can't load the GdPicture JBIG2 encoder library.
|
MaxDocumentSizeReached | 65 |
The maximal size of the document has been reached.
|
MaxPagesReached | 64 |
The maximal number of pages has been reached.
|
NotEnoughTokens | 66 |
The number of required tokens is superior to the number of available tokens.
|
NotImplemented | 6 |
The calling method is not implemented yet.
|
NotIndexedPixelFormat | 61 |
The method needs an image with an indexed pixel format.
|
NotTrueTypeFont | 16 |
The font retrieved from an HDC or LOGFONT is not a TrueType font and cannot be used with GdPicture.
|
ObjectBusy | 4 |
One of the arguments specified in the API is already in use in another thread.
|
OCRDictionaryNotFound | 801 |
The dictionary files needed by the GdPicture OCR plugin have not been found on the specified path.
|
OCRTesseractDllRequired | 800 |
The GdPicture.NET.ocr.tesseract.dll library is needed or it has not been found on the computer.
|
OCRUnhandledException | 802 |
The GdPicture.NET.ocr.tesseract.dll raised an unhandled exception.
|
OK | 0 |
The executed method has been successfully followed, that is without any errors.
|
OperationTimedOut | 25 |
The operation timed out.
|
OutOfMemory | 3 |
The operating system is out of memory and cannot allocate memory to process the method call.
|
PasswordRequired | 27 |
A password was required to open the specified document.
|
PdfBadPassword | 503 |
The password supplied to open the PDF document is invalid.
|
PdfCanNotBeDecrypted | 501 |
The PDF document cannot be decrypted by GdPicture.
|
PdfCanNotOpenFile | 504 |
The PDF document cannot be opened.
|
PdfConversionFailed | 515 |
The PDF Conversion was not successful.
|
PdfDocumentMustBeUnencrypted | 500 |
The PDF document must be unencrypted/decrypted before performing this operation.
|
PdfErrorAddingImage | 507 |
The required image has not been added to the PDF document.
|
PdfGenericError | 506 |
An error occurred inside the calling method, related to the PDF maniplation.
This is an error, which can't be identified more precisely, let's say by other PDF related elements of this enumeration.
|
PdfInvalidContent | 512 |
An invalid PDF structure or content has been encountered.
|
PdfPasswordNeeded | 502 |
A password is required to open this PDF document.
|
PdfRenderingPageError | 505 |
GdPicture has not been able to process/render the document.
|
PdfUnsupportedInPdfA | 511 |
The operation is not supported in PDF/A format.
|
PdfUnsupportedInPdfVersion | 514 |
The operation is not supported in the current PDF format.
|
PdfUnsupportedVersion | 513 |
The version of the PDF is not supported.
|
PrintingException | 24 |
An exception has been raised by the system during the printing process.
|
ProfileNotFound | 21 |
The color profile, that requires to save an image in CMYK format, has not been found.
|
PropertyNotFound | 19 |
The specified property does not exist in the target.
|
PropertyNotSupported | 20 |
The specified property is not supported by the format of the target, therefore, cannot be set.
|
SegmentationError | 26 |
The segmentation process failed.
|
SkiaInvalidAlphaType | 5001 |
Invalid alpha type passed to Skia Rendering library.
|
SkiaInvalidColorType | 5002 |
Invalid color type passed to Skia Rendering library.
|
SkiaRenderingDllRequired | 5000 |
Can't load the Skia Rendering library.
|
TemplateNotFound | 23 |
The template has not been found by the GdPicture ADR engine.
|
TwainError | 30 |
The error has been raised by the TWAIN plugin.
|
TwainInvalidTransferMode | 36 |
The selected transfer mode is not supported by the current device.
|
TwainTransferCanceled | 33 |
The transfer cancellation error has been raised by the TWAIN plugin.
|
TwainTransferError | 34 |
The transfer error has been raised by the TWAIN plugin.
|
UnknownImageFormat | 13 |
The format of the specified image file is unknown, unsupported or invalid.
|
UnsupportedFormat | 67 |
The format of the provided file / stream is not supported.
|
UnsupportedGdiplusVersion | 17 |
The version of GDI+ installed on the system is incompatible with the version GdPicture need.
|
UnsupportedImageFormat | 22 |
The format of the image is not supported by the method.
|
UnsupportedPixelFormat | 62 |
The method doesn't support the pixel format of the image.
|
ValueOverflow | 11 |
The method performed an arithmetic operation, that produced a numeric overflow.
|
WIAGenericError | 20000 |
WIA error. Use WiaGetLastError() function to identify the error.
|
Win32Error | 7 |
The calling method generated a Microsoft Win32 error.
|
WrongGdTwainVersion | 31 |
The GdPicture.NET.twain.client.dll version is invalid.
|
WrongState | 8 |
The current object is in the invalid state to satisfy the API call.
|