Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterExceptionCode Enumeration
See Also  
Leadtools Namespace : RasterExceptionCode Enumeration



Used as a value for the RasterException.Code property.

Syntax

Visual Basic (Declaration) 
Public Enum RasterExceptionCode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterExceptionCode
C# 
public enum RasterExceptionCode : Enum 
C++/CLI 
public enum class RasterExceptionCode : public Enum 

Members

MemberDescription
Success Successful. No errors.
Failure Not successful
SuccessDelete Successful. Delete file before quitting
SuccessRetry Successful. Retry doing the failed op
SuccessPartialFailure Method called recursively. A least one call was successful, but some failed
InvalidParameter Invalid parameter passed
InvalidStructSize The structure size is invalid
BitsPerPixel Invalid bits/pixel
InvalidRange Invalid width/height
NoImage Invalid bitmap handle
NullPointer A NULL pointer was passed
NotInitialized Internal error - call LEAD
SignedDataNotSupported Signed image data not supported
BufferTooSmall The buffer size is too small
Exception An unspecified exception occurred - could be memory access violations
NothingToDo There is nothing to do. No items was found
ImageEmpty Image is empty
Internal Internal error
QFactor Invalid QFactor specified
InvalidHandle Invalid handle
BadPointer Internal error - call LEAD
Gray32Unsupported 32-bit Grayscale images not supported
InvalidLutLength The LUT length is invalid. LUT Length should be 1 << (RasterImage.HighBit - RasterImage.LowBit + 1)
InvalidDib The DIB is invalid
SuccessAbort Method successful. You can quit now
UserAbort User has aborted operation
NormalAbort Escape key pressed - or user aborted operation
NoMemory Not enough memory available
MemoryTooLow Not enough memory available
FeatureNotSupported Feature not supported
DocumentNotEnabled Document capability is required to use this method
MedicalNotEnabled Medical Express capability is required to use this method
ExtGrayNotEnabled Extended grayscale support is required to use this method
ProNotEnabled LEADTOOLS Pro Features are not enabled
LzwLocked The LZW capabilities are locked
JbigNotEnabled JBIG capability is required to use this method
Jbig2Locked JBIG2 file format is locked
J2kLocked J2K support is locked
PdfNotEnabled PDF capability is required to use this method
CmwLocked The CMW support is locked
AbcLocked ABC file format is locked
MedicalNetNotEnabled Medical Network Express capability is required to use this method
NitfLocked NITF support is locked
DicomNotEnabled DICOM support is required to use this method
JpipLocked JPEP support is locked
FormsLocked Forms support is locked
DocumentWritersNotEnabled Document Writers capability is required to use this method
MediaWriterNotEnabled Media writer capability is required to use this method
DocumentWritersPdfNotEnabled Document Writer PDF support is locked
LeadPrinterNotEnabled LEADTOOLS Printer Driver capability is required to use this function
LeadPrinterServerNotEnabled LEADTOOLS Printer Driver Server is required to use this function
FileNotFound File not found
FileOpen Not able to open file
FileWrite Error writing file
FileGone File not present - abort
FileRead Error reading file
FileSeek Error seeking to position
DiskIsFull not enough disk space
FileReadOnly File is read-only. Cannot open file with write access
FileFormat Invalid file format
InvalidFileName Invalid filename specified
FileCreate Error creating file
DxfCodecMissing The DXF codec is needed to use this method
JbigCodecMissing The JBIG codec is needed to use this method
WmfCodecMissing WMF codec is needed to use this method
CmwCodecMissing CMW codec is needed to use this method
CmpCodecMissing CMP codec is needed to use this method
FaxCodecMissing FAX codec is needed to use this method
PdfCodecMissing PDF codec is needed to use this method
TifCodecMissing TIF codec is needed to use this method
DcrCodecMissing DCR codec is needed to use this method
KdcCodecMissing KDC codec is needed to use this method
DcsCodecMissing DCS codec is needed to use this method
AbcCodecMissing ABC codec is needed to use this method
AbiCodecMissing ABI (ABIC) codec is needed to use this method
Jb2CodecMissing JB2 (JBIG2) codec is needed to use this method
J2kCodecMissing J2K codec is needed to use this method
PngCodecMissing PNG codec is needed to use this method
ColorConversionDllMissing Color conversion DLL is missing
VectorKernelMissing Vector kernel DLL is needed to use this method
SegmentationDllMissing Segmentation DLL is missing
AnnotationDllMissing Annotation DLL is missing
ImageProcessingDllMissing Image Processing DLL is missing
BmpCodecMissing BMP codec is missing
RawCodecMissing RAW codec is missing
ClrCodecMissing Leadtools.ColorConversion.dll assembly is not loaded
NoOverlay The overlay does not exist
OverlayIndex Something is wrong with the overlay index
WindowSize Invalid window size
InvalidCodecName Invalid codec name
PageNotFound Page not found
DeleteLastPage You cannot delete a page from a file containing only one page
ImageType Image format recognized, but sub-type not supported
BadDecodeState premature end-of-line code
LayerMissing The PSD Layer is missing
OutputType Invalid compression format
VersionNumber bad version number
ChannelMissing The PSD Channel is missing
Jp2Failure Error in JP2 Box values
Jp2Signature The header does not match the JP2 signature - not a JP2 file
Jp2Unsupported JP2 file has a feature that is unsupported
J2kFailure Invalid save options were specified to the encoder
J2kNoSoc File header does not contain SOC marker
J2kNoSot File contains complete header but no compressed image data
J2kInformationSet Invalid save options were specified or file includes invalid encoded values
J2kLowTargetSize Compression ratio, target file size, or tile size was too small for encoder
J2kDecompositionLevel Specified Wavelet decomposition level was too high
J2kMarkerValue Decoder could not translate J2K marker - file is corrupt or invalid
J2kUnsupported J2K file has image with more than 30 bits per component
J2kBoxNotAvailable The required J2K box is not available
NoStamp Stamp not found
InvalidStampSize Stamp size is too big or invalid bits/pixel, etc
BadStamp Stamp is present but data is corrupted
BadMarker Bad JPEG marker
BadResyncMarker Bad JPEG Resync marker
MarkerSizeTooBig The size of the JPEG marker cannot exceed 64K
MarkerMissing The required JPEG marker is missing
MarkerIndex The marker index is invalid (too big)
AudioMissing The audio data is not present
ExtensionsMissing This file does not contain Exif extensions
NoChange The image has not changed
ImageSize Image size not sufficient
NoMessage There is no message
InvalidPassword Invalid password
NotEnoughImages Not enough images
UnknownCompression Unknown compression format
CompactAborted The compact method was finished without copying all the pages
BadTag Bad TIFF tag
TagMissing Tag not found
CUBusy Internal error - call LEAD
InvalidTableType Internal error - call LEAD
InvalidBuffer Internal error - call LEAD
MissingTileData Internal error - call LEAD
InvalidQValue Internal error - call LEAD
InvalidData Internal error - call LEAD
InvalidCompressedType Internal error - call LEAD
InvalidComponentNumber Internal error - call LEAD
InvalidPixelType Internal error - call LEAD
InvalidPixelSampling Internal error - call LEAD
InvalidImageDimensions Internal error - call LEAD
InvalidTileDimension Internal error - call LEAD
InvalidPixBufferDimensions Internal error - call LEAD
SegmentOverflow Internal error - call LEAD
InvalidSubsampling Internal error - call LEAD
InvalidQVisTable Internal error - call LEAD
InvalidDCCodeTable Internal error - call LEAD
InvalidACCodeTable Internal error - call LEAD
InsufficientData Internal error - call LEAD
MissingFunctionPointer Internal error - call LEAD
TooManyDCCodeTables Internal error - call LEAD
TooManyACCodeTables Internal error - call LEAD
InvalidSubImage Internal error - call LEAD
InvalidAbortion Internal error - call LEAD
CUNoSupport Internal error - call LEAD
CUFailure Internal error - call LEAD
CompressedDataFailure Internal error - call LEAD
PdfFileEncrypted PDF Error - The file is encrypted and password is not supplied
PdfInvalidPassword PDF Error - Invalid password specified
PdfFaxNotEnabled PDF Error - FAX support is required for this operation
PdfJpegNotEnabled PDF Error - JPEG support is required for this operation
PdfInvDocStructuringComments PDF Error - Invalid Document Structuring comments (Ps and EPS)
PdfFontsDirectoryNotFound PDF Error - Could not find Fonts directory
PdfCannotEditFile PDF Error - Cannot insert, delete, append or replace pages
PdfBadContent PDF Error - File is corrupted
PdfBadInitializationFiles PDF Errpr - Either the files required for initializing the PDF engine were not found or they were found but incorrect

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterExceptionCode

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also