Class TiffSettings

TiffSettings class

This class represents settings for importing pdf to Tiff.

public sealed class TiffSettings

Constructors

NameDescription
TiffSettings()Initializes a new instance of the TiffSettings class.
TiffSettings(bool)Initializes a new instance of the TiffSettings class.
TiffSettings(ColorDepth)Initializes a new instance of the TiffSettings class.
TiffSettings(CompressionType)Initializes a new instance of the TiffSettings class.
TiffSettings(Margins)Initializes a new instance of the TiffSettings class.
TiffSettings(ShapeType)Initializes a new instance of the TiffSettings class.
TiffSettings(CompressionType, ColorDepth, Margins)Initializes a new instance of the TiffSettings class.
TiffSettings(CompressionType, ColorDepth, Margins, bool)Initializes a new instance of the TiffSettings class.
TiffSettings(CompressionType, ColorDepth, Margins, bool, ShapeType)Initializes a new instance of the TiffSettings class.

Properties

NameDescription
Brightness { get; set; }Get 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
Compression { get; set; }Gets or sets the type of the compression.
CoordinateType { get; set; }Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default.
Depth { get; set; }Gets or sets the color depth.
Margins { get; }Gets the margins.
Shape { get; set; }Gets or sets the type of the shape.
SkipBlankPages { get; set; }Gets or sets a value indicating whether to skip blank pages.

See Also