Accusoft Pegasus
ScanFix ActiveX 6.0
SF_ErrorCode Enumeration
See Also  Send Feedback

Members

MemberValueDescription
SF_ErrorCode_Ok0No error.
SF_ErrorCode_Null_Argument14000Error message occurs when a parameter is set to null. The error message indicates the name of the null parameter.
SF_ErrorCode_Parm_Range14001Argument Out of Range - This error message occurs when a parameter is outside the acceptable range. The error message indicates the name of the parameter that was out of range.
SF_ErrorCode_Null_Image14002Invalid Operation - This error message occurs when an invalid operation is attempted. The message indicates the name of the operation.
SF_ErrorCode_Bad_Enum14003Invalid Enumeration Argument - This error message occurs when an enumeration is set to an invalid value. The message indicates the name of the enumeration.
SF_ErrorCode_Out_Of_Memory14004This error message occurs when the system does not have enough memory to perform the requested operation.
SF_ErrorCode_Internal14005Internal error during ScanFix object initialization.
SF_ErrorCode_Image_Type14100Unsupported Image - This error message occurs when trying to process an image that is unsupported.
SF_ErrorCode_Cannot_Pad14150Parameter Mismatch - This error occurs during a call to GetRectangle if the height and width are not greater than zero or padding is attempted when not allowed. It may be followed by one of these error strings:

"Width and height must both be greater than zero, re-check parameters."

"Padding not permitted, re-check parameters."

SF_ErrorCode_Bad_DE_Direction14151Parameter Mismatch - This error occurs during a call to Dilate or Erode if the Direction and OnlyDiagonal properties are set to conflicting values. If OnlyDiagonal is set to true, Direction must be set to exactly two adjacent directions. It may be followed by this error string:

"Options.direction indicates an invalid direction for diagonal only operation."

SF_ErrorCode_Handle_In_Use14200Handle Error - This error occurs during a call to any of the enhancement methods if the image handle is in use. It may be followed by this message:

"Image is locked and cannot be modified."

SF_ErrorCode_Bad_Handle14201Handle Error - This error occurs during the DIB conversion process and may be followed by this message:

"Could not retrieve data from handle."

SF_ErrorCode_Opcode_Load14300Internal Error - This is an internal error and may be followed by this message:

"Failure loading ScanFix Xpress operation code."

SF_ErrorCode_PICTools14301InternaParameter Mismatch Error - This is an internal error and may be followed by a message such as:

"... internal initialization exception."

"... internal execution exception."

"... internal termination exception."

SF_ErrorCode_Image_BitCount14400Image Bit Count not supported Error - This is an internal error and may be followed by a message such as:

"This function does not support the bit count of the current image."

SF_ErrorCode_License14500Licensing Error - This error will occur when attempting to perform a function that is not allowed under the current license and may be followed by this message:

"The component is not licensed to perform this function."

SF_ErrorCode_Stream_Read14550Read from Stream Error - This error will occur when attempting to read from a stream and that stream is not formatted properly. This message will display:

"An error occurred while reading the stream input in.... "

SF_ErrorCode_Stream_Write14551Write to Stream Error - This error will occur when attempting to write to a stream. This message will display:

"An error occurred while writing the stream output in.... "

SF_ErrorCode_Unknown14898Miscellaneous Error - This is a miscellaneous error that can occur and may be followed by a message such as: 

"An unexpected error occurred in ..."

"Provided handle was not an HBITMAP."

"Unable to get object information."

"Could not create context for converting to HBITMAP."


©2010. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.