OutlookTiffCompression
Sets the compression used in the TIFF output by OutlookMessageToImageAndAttachment.
Member of namespace
ConvertSyntax
bool OutlookTiffCompression (string tiffCompression)
Parameters
- tiffCompression
- Type: string
Parameters
tiffCompression : A parameter of one of the following values to set the TIFF compression:- NONE : A color image with no compression.
- LZW : A color image using LZW compression.
- CCITT4 : A black and white image with fax CCITT4 compression.
Returns
Always True.Level
Page level.Details
Sets the compression of the output image from OutlookMessageToImageAndAttachment. If this action is not called, the default value of CCITT4 is used. Typically, input documents for recognition are black and white with fax compression.- Example:
OutlookTiffCompression("CCITT4") OutlookMessageToImageAndAttachment()