TiffSettings

TiffSettings class

This class represents settings for importing pdf to Tiff.

The TiffSettings type exposes the following members:

Constructors

NameDescription
TiffSettings()Initializes a new instance of the TiffSettings class.
TiffSettings(shape_type)Initializes a new instance of the TiffSettings class
TiffSettings(compression_type)Initializes a new instance of the TiffSettings class
TiffSettings(color_depth)Initializes a new instance of the TiffSettings class
TiffSettings(margins)Initializes a new instance of the TiffSettings class
TiffSettings(compression_type, color_depth, margins)Initializes a new instance of the TiffSettings class
TiffSettings(compression_type, color_depth, margins, skip_blank_pages)Initializes a new instance of the TiffSettings class
TiffSettings(compression_type, color_depth, margins, skip_blank_pages, shape_type)Initializes a new instance of the TiffSettings class
TiffSettings(skip_blank_pages)Initializes a new instance of the TiffSettings class

Properties

NameDescription
marginsGets the margins.
skip_blank_pagesGets or sets a value indicating whether to skip blank pages.
compressionGets or sets the type of the compression.
depthGets or sets the color depth.
shapeGets or sets the type of the shape.
brightnessGet or sets a value boundary of the transformation of colors in white and black.
This parameter can be applied with EncoderValue.CompressionCCITT4, EncoderValue.CompressionCCITT3, EncoderValue.CompressionRle or ColorDepth.Format1bpp == 1
coordinate_typeGet or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default.

See Also