Compressions Property of the ScanSourceCapabilities Object
The ScanSourceCapabilities object provides access to possible settings of scanning source, but available modes of compression depend on the chosen color mode.
This property describes possible compression modes for the specified color mode in terms of combination of ScanCompressionTypeEnum flags. This property is read-only.
Syntax
Visual Basic .NET
Property Compressions(PictureMode As ScanPictureModeEnum) As Integer
C++
HRESULT get_Compressions(
ScanPictureModeEnum PictureMode,
int* Result
);
Parameters
- PictureMode
- [in] A variable of ScanPictureModeEnum type that describes the color type for which you wish to get the possible compressions.
- Result
- [out, retval] Returns the possible compression modes as a bitwise OR of ScanCompressionTypeEnum constants.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
8/15/2023 1:19:30 PM