WordTiffCompression

Sets the compression used in the TIFF output by WordDocumentToImage.

Member of namespace

Convert

Syntax

bool WordTiffCompression (string tiffCompression)

Parameters

tiffCompression
Type: string

Parameters

tiffCompression is 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 WordDocumentToImage. 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:
WordTiffCompression(CCITT4)
WordDocumentToImage()