Click or drag to resize
Pdftools logo

FaxImageOptions Class

The settings for TIFF Fax output images

Create a black-and-white (bitonal) TIFF Fax output image. For the output file name, it is recommended to use the file extension ".tif".
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Pdf2ImageImageOptions
        PdfTools.Pdf2ImageFaxImageOptions

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

The FaxImageOptions type exposes the following members.

Properties
 NameDescription
Public propertyCompression

The Fax compression algorithm

This property allows a choice of which compression type to use. For details, see TiffBitonalCompressionType.

Default: G3

Public propertyVerticalResolution

The vertical image resolution

This property allows a choice of which vertical resolution to use. For details, see FaxVerticalResolution.

Note that the horizontal resolution is fixed at 204 DPI by the Fax standard.

Default: Standard

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