You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > GdPictureStatus Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureStatus Enumeration
C#
public enum GdPictureStatus {
  OK = 0,
  GenericError = 1,
  InvalidParameter = 2,
  OutOfMemory = 3,
  ObjectBusy = 4,
  InsufficientBuffer = 5,
  NotImplemented = 6,
  Win32Error = 7,
  WrongState = 8,
  Aborted = 9,
  FileNotFound = 10,
  ValueOverflow = 11,
  AccessDenied = 12,
  UnknownImageFormat = 13,
  FontFamilyNotFound = 14,
  FontStyleNotFound = 15,
  NotTrueTypeFont = 16,
  UnsupportedGdiplusVersion = 17,
  GdiplusNotInitialized = 18,
  PropertyNotFound = 19,
  PropertyNotSupported = 20,
  ProfileNotFound = 21,
  UnsupportedImageFormat = 22,
  TemplateNotFound = 23,
  TwainError = 30,
  WrongGdTwainVersion = 31,
  BadTwainState = 32,
  TwainTransferCanceled = 33,
  TwainTransferError = 34,
  TwainPdfMustBeCreatedFirst = 35,
  TwainInvalidTransferMode = 36,
  CanNotCreateFile = 41,
  InvalidBarCode = 50,
  NotIndexedPixelFormat = 61,
  UnsupportedPixelFormat = 62,
  InternetOpenError = 100,
  InternetConnectError = 101,
  InternetHttpOpenRequestError = 102,
  InternetHttpQueryError = 103,
  InternetHttpSendRequestError = 104,
  InternetHttpInvalidFileLength = 105,
  InternetHttpTransferError = 106,
  InternetFtpGetFileError = 300,
  InternetFtpWriteFileError = 301,
  PdfRasterizerPluginNotLoaded = 500,
  PdfRasterizerCanNotBeDecrypted = 501,
  PdfRasterizerPasswordNeeded = 502,
  PdfRasterizerBadPassword = 503,
  PdfRasterizerCanNotOpenFile = 504,
  PdfRasterizerRenderingPageError = 505,
  PdfRasterizerGenericError = 506,
  PdfErrorAddingImage = 600,
  PdfDocumentMustBeUnencrypted = 601,
  GdimgplugDllRequired = 700,
  WrongGdimgplugVersion = 701,
  OCRTesseractDllRequired = 800,
  OCRDictionaryNotFound = 801,
  OCRUnhandledException = 802,
  BarcodeInvalidLength = 1001,
  BarcodeInvalidStart = 1002,
  BarcodeInvalidStop = 1003,
  BarcodeLengthMustBe13or14 = 1004,
  BarcodeNotNumeric = 1005,
  BarcodeCanNotDetermineStart = 1006,
  BarcodeUnknownStartType = 1007,
  BarcodeNoStartInCurrentCodeSet = 1008,
  BarcodeCouldNotInsertStart = 1009,
  BarcodeNoEncodingValueFound = 1010,
  BarcodeInvalidData = 1011,
  BarcodeInvalidDestinationSize = 1012,
  BarcodeInvalidManufacturerCode = 1013,
  BarcodeLengthMustBe7or8 = 1014,
  BarcodeLengthMustBeMultipleOf2 = 1015,
  BarcodeMustStartWith978orBadLength = 1016,
  BarcodeMustStartWith49 = 1017,
  BarcodeBarcodeLengthMustBe5or6or9or11 = 1018,
  BarcodeBarcodeLengthMustBe12 = 1019,
  BarcodeBarcodeLengthMustBe8or12 = 1020,
  BarcodeBarcodeMustBinaryChar = 1021,
  BarcodeIllegalUPCA = 1022,
  BarcodeBarcodeLengthMustBe2 = 1023,
  BarcodeBarcodeLengthMustBe5 = 1024,
  BarcodeLengthMustBe12or13 = 1025,
  BarcodeLengthMustBe11or12 = 1026,
  Barcode1DReaderPluginNotLoaded = 1100,
  Barcode1DReaderUnknownError = 1101,
  BarcodeDataMatrixReaderPluginNotLoaded = 1200,
  BarcodeDataMatrixReaderUnknownError = 1201,
  EncryptionSchemeNotSupported = 2000,
  InvalidLicense = 9999
}
Visual Basic
Public Enum GdPictureStatus
  OK = 0
  GenericError = 1
  InvalidParameter = 2
  OutOfMemory = 3
  ObjectBusy = 4
  InsufficientBuffer = 5
  NotImplemented = 6
  Win32Error = 7
  WrongState = 8
  Aborted = 9
  FileNotFound = 10
  ValueOverflow = 11
  AccessDenied = 12
  UnknownImageFormat = 13
  FontFamilyNotFound = 14
  FontStyleNotFound = 15
  NotTrueTypeFont = 16
  UnsupportedGdiplusVersion = 17
  GdiplusNotInitialized = 18
  PropertyNotFound = 19
  PropertyNotSupported = 20
  ProfileNotFound = 21
  UnsupportedImageFormat = 22
  TemplateNotFound = 23
  TwainError = 30
  WrongGdTwainVersion = 31
  BadTwainState = 32
  TwainTransferCanceled = 33
  TwainTransferError = 34
  TwainPdfMustBeCreatedFirst = 35
  TwainInvalidTransferMode = 36
  CanNotCreateFile = 41
  InvalidBarCode = 50
  NotIndexedPixelFormat = 61
  UnsupportedPixelFormat = 62
  InternetOpenError = 100
  InternetConnectError = 101
  InternetHttpOpenRequestError = 102
  InternetHttpQueryError = 103
  InternetHttpSendRequestError = 104
  InternetHttpInvalidFileLength = 105
  InternetHttpTransferError = 106
  InternetFtpGetFileError = 300
  InternetFtpWriteFileError = 301
  PdfRasterizerPluginNotLoaded = 500
  PdfRasterizerCanNotBeDecrypted = 501
  PdfRasterizerPasswordNeeded = 502
  PdfRasterizerBadPassword = 503
  PdfRasterizerCanNotOpenFile = 504
  PdfRasterizerRenderingPageError = 505
  PdfRasterizerGenericError = 506
  PdfErrorAddingImage = 600
  PdfDocumentMustBeUnencrypted = 601
  GdimgplugDllRequired = 700
  WrongGdimgplugVersion = 701
  OCRTesseractDllRequired = 800
  OCRDictionaryNotFound = 801
  OCRUnhandledException = 802
  BarcodeInvalidLength = 1001
  BarcodeInvalidStart = 1002
  BarcodeInvalidStop = 1003
  BarcodeLengthMustBe13or14 = 1004
  BarcodeNotNumeric = 1005
  BarcodeCanNotDetermineStart = 1006
  BarcodeUnknownStartType = 1007
  BarcodeNoStartInCurrentCodeSet = 1008
  BarcodeCouldNotInsertStart = 1009
  BarcodeNoEncodingValueFound = 1010
  BarcodeInvalidData = 1011
  BarcodeInvalidDestinationSize = 1012
  BarcodeInvalidManufacturerCode = 1013
  BarcodeLengthMustBe7or8 = 1014
  BarcodeLengthMustBeMultipleOf2 = 1015
  BarcodeMustStartWith978orBadLength = 1016
  BarcodeMustStartWith49 = 1017
  BarcodeBarcodeLengthMustBe5or6or9or11 = 1018
  BarcodeBarcodeLengthMustBe12 = 1019
  BarcodeBarcodeLengthMustBe8or12 = 1020
  BarcodeBarcodeMustBinaryChar = 1021
  BarcodeIllegalUPCA = 1022
  BarcodeBarcodeLengthMustBe2 = 1023
  BarcodeBarcodeLengthMustBe5 = 1024
  BarcodeLengthMustBe12or13 = 1025
  BarcodeLengthMustBe11or12 = 1026
  Barcode1DReaderPluginNotLoaded = 1100
  Barcode1DReaderUnknownError = 1101
  BarcodeDataMatrixReaderPluginNotLoaded = 1200
  BarcodeDataMatrixReaderUnknownError = 1201
  EncryptionSchemeNotSupported = 2000
  InvalidLicense = 9999
End Enum

This is record GdPictureStatus.

Members
Members 
Description 
OK 
Indicates that the method was successful. 
GenericError 
Indicates that there was an error on the method call, which is identified as something other than those defined by the other elements of this enumeration. 
InvalidParameter 
Indicates that one of the arguments passed to the method was not valid. 
OutOfMemory 
Indicates that the operating system is out of memory and could not allocate memory to process the method call. 
ObjectBusy 
Indicates that one of the arguments specified in the API is already in use in another thread. 
InsufficientBuffer 
Indicates that a buffer specified as an argument in the API is not large enough to hold the data to be received. 
NotImplemented 
Indicates that the method is not implemented. 
Win32Error 
Indicates that the method generated a Microsoft Win32 error. 
WrongState 
Indicates that the object is in an invalid state to satisfy the API call. 
Aborted 
Indicates that the method was aborted. 
FileNotFound 
Indicates that the specified image file or metafile cannot be found. 
ValueOverflow 
Indicates that the method performed an arithmetic operation that produced a numeric overflow. 
AccessDenied 
Indicates that a write operation is not allowed on the specified file. 
UnknownImageFormat 
Indicates that the specified image file format is not known. 
FontFamilyNotFound 
Indicates that the specified font family cannot be found. Either the font family name is incorrect or the font family is not installed. 
FontStyleNotFound 
Indicates that the specified style is not available for the specified font family. 
NotTrueTypeFont 
Indicates that the font retrieved from an HDC or LOGFONT is not a TrueType font and cannot be used with GdPicture. 
UnsupportedGdiplusVersion 
Indicates that the version of GDI+ that is installed on the system is incompatible with the version needed by GdPicture. 
GdiplusNotInitialized 
Indicates that the GDI+API is not in an initialized state. Should never appends. 
PropertyNotFound 
Indicates that the specified property does not exist in the image. 
PropertyNotSupported 
Indicates that the specified property is not supported by the format of the image and, therefore, cannot be set. 
ProfileNotFound 
Indicates that the color profile required to save an image in CMYK format was not found. 
UnsupportedImageFormat 
Indicates that the format of the image is not supported by the method. 
TemplateNotFound 
The template was not found by the GdPicture ADR engine. 
TwainError 
Indicates that an error was raised by the TWAIN plugin. 
WrongGdTwainVersion 
Indicates that the GdPicture.NET.twain.gdtwain.dll version are invalid. 
BadTwainState 
Indicates that an error of state was raised by the TWAIN plugin. 
TwainTransferCanceled 
Indicates that a transfer cancellation was raised by the TWAIN plugin. 
TwainTransferError 
Indicates that an error of transfer was raised by the TWAIN plugin. 
TwainPdfMustBeCreatedFirst 
Indicates that a PDF should be initialised before calling this method. 
TwainInvalidTransferMode 
Indicates that the selected transfer mode is not supported by the current device. 
CanNotCreateFile 
Indicates that the file passed as parameter to the method can not be created. 
InvalidBarCode 
Indicates that the barcode data passed as parameter to the method are invalid. 
NotIndexedPixelFormat 
Indicates that the method needs an image with an indexed pixel format. 
UnsupportedPixelFormat 
Indicates that the method doesn't support the pixel format of the image. 
InternetOpenError 
Could not access to Internet. 
InternetConnectError 
An error occurred during the Internet connexion. 
InternetHttpOpenRequestError 
An error occurred during the HTTP open request. 
InternetHttpQueryError 
An error occurred during the HTTP query. 
InternetHttpSendRequestError 
An error occurred sending an HTTP request. 
InternetHttpInvalidFileLength 
The length of the file returned from the HTTP server is invalid or null. 
InternetHttpTransferError 
An error occurred during the HTTP transfer. 
InternetFtpGetFileError 
An error occurred downloading a file from the FTP server. 
InternetFtpWriteFileError 
An error occurred writing a file to the FTP server. 
PdfRasterizerPluginNotLoaded 
The PDF rasteriser plugin was not found on the computer. 
PdfRasterizerCanNotBeDecrypted 
The PDF can not be decrypted by the PDF rasterizer plugin. 
PdfRasterizerPasswordNeeded 
A password was required to open this PDF. 
PdfRasterizerBadPassword 
The password supplied to open the PDF was invalid. 
PdfRasterizerCanNotOpenFile 
The PDF file can not be opened by the PDF rasterizer plugin. 
PdfRasterizerRenderingPageError 
Indicates that the PDF rasterizer plugin was not able to render the selected page. 
PdfRasterizerGenericError 
Indicates that there was an error from the PDF rasterizer plugin, which is identified as something other than those defined by the other elements of this enumeration. 
PdfErrorAddingImage 
The image has not been added to the PDF. 
PdfDocumentMustBeUnencrypted 
The PDF must be unencrypted before performing this operation. 
GdimgplugDllRequired 
The GdPicture.NET.image.gdimgplug.dll library was needed or was not found on the computer. 
WrongGdimgplugVersion 
The GdPicture.NET.image.gdimgplug.dll version found on the computer is older. 
OCRTesseractDllRequired 
The GdPicture.NET.ocr.tesseract.dll library was needed or was not found on the computer. 
OCRDictionaryNotFound 
The GdPicture.NET.ocr.tesseract.dll raised an unhandled exception. 
OCRUnhandledException 
The dictionary files needed by the GdPicture Tesseract plugin was not found on the specified path. 
BarcodeInvalidLength 
Data format invalid. (Invalid length). 
BarcodeInvalidStart 
Data format invalid. (Invalid START character). 
BarcodeInvalidStop 
Data format invalid. (Invalid STOP character). 
BarcodeLengthMustBe13or14 
Data length invalid. (Length must be 13 or 14). 
BarcodeNotNumeric 
Numeric data only. 
BarcodeCanNotDetermineStart 
Could not determine start character. 
BarcodeUnknownStartType 
Unknown start type in fixed type encoding. 
BarcodeNoStartInCurrentCodeSet 
No start character found in CurrentCodeSet. 
BarcodeCouldNotInsertStart 
Could not insert start and code characters. 
BarcodeNoEncodingValueFound 
Could not find encoding of a value in the formatted data. 
BarcodeInvalidData 
Invalid Data. 
BarcodeInvalidDestinationSize 
Destination not large enough to draw the barcode. 
BarcodeInvalidManufacturerCode 
Country assigning manufacturer code not found. 
BarcodeLengthMustBe7or8 
Invalid data length. (7 or 8 numbers only). 
BarcodeLengthMustBeMultipleOf2 
Data length invalid. Must be a multiple of 2. 
BarcodeMustStartWith978orBadLength 
Invalid input. Must start with 978 and be length must be 9, 10, 12, 13 characters. 
BarcodeMustStartWith49 
Invalid Country Code for JAN13 (49 required). 
BarcodeBarcodeLengthMustBe5or6or9or11 
Invalid data length. (5, 6, 9, or 11 digits only). 
BarcodeBarcodeLengthMustBe12 
Data length invalid. (Length must be 12). 
BarcodeBarcodeLengthMustBe8or12 
Invalid data length. (8 or 12 numbers only). 
BarcodeBarcodeMustBinaryChar 
Invalid Number System (only 0 & 1 are valid). 
BarcodeIllegalUPCA 
Illegal UPC-A entered for conversion. Unable to convert. 
BarcodeBarcodeLengthMustBe2 
Invalid data length. (Length = 2 required). 
BarcodeBarcodeLengthMustBe5 
Invalid data length. (Length = 5 required). 
BarcodeLengthMustBe12or13 
Data length invalid. (Length must be 12 or 13). 
BarcodeLengthMustBe11or12 
Data length invalid. (Length must be 11 or 12). 
Barcode1DReaderPluginNotLoaded 
Can't load GdPicture.NET.barcode.1d.reader.dll. 
Barcode1DReaderUnknownError 
Unknown error reported from the 1D Barcode reader plugin. 
BarcodeDataMatrixReaderPluginNotLoaded 
Can't load GdPicture.NET.barcode.dm.reader.dll. 
BarcodeDataMatrixReaderUnknownError 
Unknown error reported from the DataMatrix Barcode reader plugin. 
EncryptionSchemeNotSupported 
The selected encryption scheme is not supported. 
InvalidLicense 
The license key provided doesn't include this feature. 
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.