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
Remarks
The Convert PDF to image in C# and VB.NET article shows how to save PDF pages as PNG, JPG, or TIFF images.
Check out the other articles and code samples on the PDF to image page.
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.