Accusoft.TwainPro8.Net
Compression Property
See Also  Send Feedback
Accusoft.TwainProSdk Namespace > ScannedImageData Class : Compression Property




Glossary Item Box

Gets the compression of the image.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

A ScannedImageCompression enumeration value which determines the compression of the image.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.