Description This method retrieves the current image compression for batch scanning.
Usage ret = [form.]TWAIN. GetBatchScanImageCompression
Returns ret Long Return the current image compression mode for batch scanning.
Remarks Available Compression Modes:
NoComp (201) - No compression
PackBit (202) - Packbit
LZW (203) - LZW
LZWDiff (204) - LZW with differentiation
CCITT31DNOEOL (205) - CCITT Group 3 1D NO EOL
CCITT31D (206) - CCITT Group 3 1D
CCITT32D (207) - CCITT Group 3 2D
CCITT4 (208) - CCITT Group 4
JPEG (209) - JPEG
Programing Notes
See Also SetBatchScanImageCompression Method