Click or drag to resize
Pdftools logo

TiffLzwImageOptions Class

The settings for TIFF output images using the LZW compression algorithm

LZW (Lempel-Ziv-Welch) is a lossless compression algorithm for images. Please consult the copyright laws of your country prior to using this compression algorithm.

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

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

Namespace: PdfTools.Pdf2Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public class TiffLzwImageOptions : ImageOptions

The TiffLzwImageOptions type exposes the following members.

Constructors
 NameDescription
Public methodTiffLzwImageOptions 
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

Get or set the color space. If null, 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