Aspose::Pdf::Devices::TiffSettings class
Contents
[
Hide
]TiffSettings class
This class represents settings for importing pdf to Tiff.
class TiffSettings : public System::Object
Methods
Method | Description |
---|---|
get_Brightness() const | 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() const | Gets the type of the compression. |
get_CoordinateType() const | Get or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default. |
get_Depth() const | Gets the color depth. |
get_Margins() const | Gets the margins. |
get_Shape() const | Gets the type of the shape. |
get_SkipBlankPages() const | 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(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
- Class Object
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++