Table of Contents

Class TiffImageCompressionOptions

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

The compression options for TIFF images produced during PDF to image conversion.

public sealed class TiffImageCompressionOptions : ImageCompressionOptions
Inheritance
TiffImageCompressionOptions
Inherited Members

Properties

BitonalThreshold

Gets the threshold level to use when producing bitonal images.

TileHeight

Gets the height of tiles to use while drawing.

TileWidth

Gets the width of tiles to use while drawing.

Methods

SetBitonal()

Sets the options to produce bitonal (black-and-white) images.

SetBitonalThreshold(int)

Sets the threshold level to use when producing bitonal images.

SetCmyk()

Sets the options to produce CMYK images.

SetGrayscale()

Sets the options to produce grayscale images.

SetTileSize(int, int)

Sets the size of tiles to use while drawing.