Click or drag to resize
Pdftools logo

TiffFlateImageOptions Class

The settings for TIFF output images using the Flate compression algorithm

Flate is a lossless compression algorithm. It is useful for the compression of large images with no loss in quality.

For the output file name, it is recommended to use the file extension ".tif".

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Pdf2ImageImageOptions
        PdfTools.Pdf2ImageTiffFlateImageOptions

Namespace: PdfTools.Pdf2Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class TiffFlateImageOptions : ImageOptions

The TiffFlateImageOptions type exposes the following members.

Constructors
 NameDescription
Public methodTiffFlateImageOptions 
Top
Properties
 NameDescription
Public propertyBackground

Combine a background with the image

This property allows a choice of which background to combine with the image.

Default: White

Public propertyColorSpace

The color space of the output image

If , the blending color space of the page is used.

Default: Rgb

Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also