Visual Basic (Declaration) | |
---|---|
Public Enum RasterExceptionCode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterExceptionCode : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum RasterExceptionCode : public Enum |
C++/CLI | |
---|---|
public enum class RasterExceptionCode : public Enum |
Member | Description |
---|---|
Success | Successful. No errors. |
Failure | Not successful |
SuccessDelete | Successful. Delete file before quiting |
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 occured - 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 |
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 function |
MedicalNotEnabled | Medical Express capability is required to use this function |
ExtGrayNotEnabled | Extended grayscale support is required to use this function |
ProNotEnabled | LEADTOOLS Pro Features are not enabled |
LzwLocked | The LZW capabilities are locked |
JbigNotEnabled | JBIG capability is required to use this function |
Jbig2Locked | JBIG2 file format is locked |
J2kLocked | J2K support is locked |
PdfNotEnabled | PDF capability is required to use this function |
CmwLocked | The CMW support is locked |
AbcLocked | ABC file format is locked |
MedicalNetNotEnabled | Medical Network Express capability is required to use this function |
NitfLocked | NITF support is locked |
DicomNotEnabled | DICOM support 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 |
DxfCodecMissing | The DXF codec is needed to use this function |
JbigCodecMissing | The JBIG codec is needed to use this function |
WmfCodecMissing | WMF codec is needed to use this function |
CmwCodecMissing | CMW codec is needed to use this function |
CmpCodecMissing | CMP codec is needed to use this function |
FaxCodecMissing | FAX codec is needed to use this function |
PdfCodecMissing | PDF codec is needed to use this function |
TifCodecMissing | TIF codec is needed to use this function |
DcrCodecMissing | DCR codec is needed to use this function |
KdcCodecMissing | KDC codec is needed to use this function |
DcsCodecMissing | DCS codec is needed to use this function |
AbcCodecMissing | ABC codec is needed to use this function |
AbiCodecMissing | ABI (ABIC) codec is needed to use this function |
Jb2CodecMissing | JB2 (JBIG2) codec is needed to use this function |
J2kCodecMissing | J2K codec is needed to use this function |
ColorConversionDllMissing | Color conversion DLL is missing |
VectorKernelMissing | Vector kernel DLL is needed to use this function |
SegmentationDllMissing | Segmentation DLL is missing |
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 |
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 usupported |
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 |
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 |
System.Object
System.ValueType
System.Enum
Leadtools.RasterExceptionCode
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family