Accusoft.TwainProSdk Namespace > ScannedImageData Class : Compression Property |
Note: This property is available at runtime and is read-only.
TwcpNone means that the image is in an uncompressed DIB format and can be accessed through the ToHdib, ToBitmap, ToHbitmap, or SaveStream methods.
TwcpJpeg means that the image is in a JPEG format and should be accessed through the SaveStream method.
All other values mean that the image is in a TIFF format and should be accessed through the SaveStream method.