Visual Basic
C#
Managed Extensions for C++
C++/CLI
'Usage Dim instance As ScannedImage Dim filename As String instance.SaveSourceCompressedImageToFile(filename)
Parameters
- filename
- A string representation of a legal file name (path) to which the file will be saved.
Note: Compression must be set for the source first by setting AdvancedCapability.IcapCompression and AdvancedCapability.IcapPixelType should also be set to a pixel type that supports the compression.
Compression Mode | Output File Type |
---|---|
TWCP_JPEG | JPEG |
TWCP_GROUP31D | TIFF |
TWCP_GROUP31DEOL | TIFF |
TWCP_GROUP32D | TIFF |
TWCP_GROUP4 | TIFF |
TWCP_PACKBITS | TIFF |