Class TiffOptions

TiffOptions class

Represents Pdf to Tiff converter options for the Tiff plugin.

public sealed class TiffOptions : PdfToImageOptions

Constructors

NameDescription
TiffOptions()The default constructor.

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.
ConversionMode { get; }Gets image conversion mode.
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.
Inputs { get; }Returns PdfToImage plugin data collection.
override OperationName { get; }Returns name of the operation.
OutputResolution { get; set; }Gets or sets the resolution value of the resulting images.
Outputs { get; }
PageList { get; set; }Gets or sets a list of pages for the process.
SaveAsMultiPageTiff { get; set; }Gets and sets flag that allows to save all pages in one multi-page tiff.
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.

Methods

NameDescription
AddInput(IDataSource)Adds new data source to the PdfToImage plugin data collection.
AddOutput(IDataSource)Sets new save data source. Can only be a . If you want save images into memory streams, pass null as parameter.

See Also