Aspose::Pdf::LowCode::TiffOptions class

TiffOptions class

Represents Pdf to Tiff converter options for the Tiff plugin.

class TiffOptions : public Aspose::Pdf::LowCode::PdfToImageOptions

Methods

MethodDescription
get_Brightness()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.
get_Compression()Gets the type of the compression.
get_CoordinateType()Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default.
get_Depth()Gets the color depth.
get_OperationName() overrideReturns name of the operation.
get_SaveAsMultiPageTiff() constGets and sets flag that allows to save all pages in one multi-page tiff.
get_Shape()Gets the type of the shape.
get_SkipBlankPages()Gets a value indicating whether to skip blank pages.
set_Brightness(float)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.
set_Compression(Devices::CompressionType)Sets the type of the compression.
set_CoordinateType(PageCoordinateType)Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default.
set_Depth(Devices::ColorDepth)Sets the color depth.
set_SaveAsMultiPageTiff(bool)Gets and sets flag that allows to save all pages in one multi-page tiff.
set_Shape(Devices::ShapeType)Sets the type of the shape.
set_SkipBlankPages(bool)Sets a value indicating whether to skip blank pages.
TiffOptions()Initializes a new instance of the TiffOptions object.

See Also