Click or drag to resize
Pdftools logo

TiffJpegImageOptions Class

The settings for TIFF output images using the JPEG compression algorithm

TIFF allows images to be compressed with JPEG (Joint Photographic Experts Group), which is a lossy compression algorithm. JPEG provides a high compression ratio for 8 and 24 bit images. It is best suited for TIFFs containing photographs and little or no text.

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

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

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

The TiffJpegImageOptions type exposes the following members.

Constructors
 NameDescription
Public methodTiffJpegImageOptions 
Top
Properties
 NameDescription
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

Public propertyJpegQuality

The JPEG quality factor

Get or set the JPEG compression quality. Valid values are 1, or 100, or in between.

Default: 85

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