Visual Basic
C#
Managed Extensions for C++
C++/CLI
Property Value
A ScannedImageCompression enumeration value which determines the compression of the image.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.