TiffImageCompressionOptions Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > TiffImageCompressionOptions Class
The compression options for TIFF images produced during PDF to image conversion.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.ImageCompressionOptions
    BitMiracle.Docotic.Pdf.TiffImageCompressionOptions

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class TiffImageCompressionOptions : ImageCompressionOptions
VB
Public NotInheritable Class TiffImageCompressionOptions
	Inherits ImageCompressionOptions

The TiffImageCompressionOptions type exposes the following members.

Properties

  NameDescription
Public propertyBitonalThreshold
Gets the threshold level to use when producing bitonal images.
Public propertyBitsPerPixel
Get the number of bits per pixel of the opaque image.
(Inherited from ImageCompressionOptions.)
Public propertyFormat
Gets the image format to use while saving an image of a PdfPage.
(Inherited from ImageCompressionOptions.)
Public propertyTileHeight
Gets the height of tiles to use while drawing.
Public propertyTileWidth
Gets the width of tiles to use while drawing.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetBitonal
Sets the options to produce bitonal (black-and-white) images.
Public methodSetBitonalThreshold
Sets the threshold level to use when producing bitonal images.
Public methodSetCmyk
Sets the options to produce CMYK images.
Public methodSetGrayscale
Sets the options to produce grayscale images.
Public methodSetTileSize
Sets the size of tiles to use while drawing.
Public methodToString (Inherited from Object.)

See Also