Aspose::Pdf::Devices::TiffSettings class

TiffSettings class

This class represents settings for importing pdf to Tiff.

class TiffSettings : public System::Object

Methods

MethodDescription
get_Brightness() constGet 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() constGets the type of the compression.
get_CoordinateType() constGet or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default.
get_Depth() constGets the color depth.
get_Margins() constGets the margins.
get_Shape() constGets the type of the shape.
get_SkipBlankPages() constGets 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(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(ColorDepth)Sets the color depth.
set_Shape(ShapeType)Sets the type of the shape.
set_SkipBlankPages(bool)Sets a value indicating whether to skip blank pages.
TiffSettings()Initializes a new instance of the TiffSettings class.
TiffSettings(ShapeType)Initializes a new instance of the TiffSettings class.
TiffSettings(CompressionType)Initializes a new instance of the TiffSettings class.
TiffSettings(ColorDepth)Initializes a new instance of the TiffSettings class.
TiffSettings(System::SharedPtr<Aspose::Pdf::Devices::Margins>)Initializes a new instance of the TiffSettings class.
TiffSettings(CompressionType, ColorDepth, System::SharedPtr<Aspose::Pdf::Devices::Margins>)Initializes a new instance of the TiffSettings class.
TiffSettings(CompressionType, ColorDepth, System::SharedPtr<Aspose::Pdf::Devices::Margins>, bool)Initializes a new instance of the TiffSettings class.
TiffSettings(CompressionType, ColorDepth, System::SharedPtr<Aspose::Pdf::Devices::Margins>, bool, ShapeType)Initializes a new instance of the TiffSettings class.
TiffSettings(bool)Initializes a new instance of the TiffSettings class.

See Also