The ConvertToTiffOptions type exposes the following members.

Properties

  NameDescription
Public propertyCompression
Compression algorithm to use. Default is CcittG3.
Public propertyDitherMatrix
This is the matrix which used in the dithering process.
Public propertyInvertImage
Invert the TIFF image if set to true. Some TIFF viewers don't respect all tags and display the image inverted. This setting should fix that.
Public propertyPixelFormat
The pixel format that will be used for the image.
Public propertyResolution
Resolution in DPI. Default is 150.0.

See Also