TiffSettings
Overview
TiffSettings is a class in Aspose.PDF FOSS for C++.
This class provides 13 methods for working with TiffSettings objects in C++ programs.
Available methods include: Brightness, Compression, CoordinateType, Depth, Margins, Shape, SkipBlankPages.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Margins() → ::Aspose::Pdf::Devices::Margins | Calls Margins on this TiffSettings instance. |
SkipBlankPages() → bool | Calls SkipBlankPages on this TiffSettings instance. |
SkipBlankPages(value: bool) | Calls SkipBlankPages(value) on this TiffSettings instance. |
Compression() → ::Aspose::Pdf::Devices::CompressionType | Calls Compression on this TiffSettings instance. |
Compression(value: Aspose::Pdf::Devices::CompressionType) | Calls Compression(value) on this TiffSettings instance. |
Depth() → ::Aspose::Pdf::Devices::ColorDepth | Calls Depth on this TiffSettings instance. |
Depth(value: Aspose::Pdf::Devices::ColorDepth) | Calls Depth(value) on this TiffSettings instance. |
Shape() → ::Aspose::Pdf::Devices::ShapeType | Calls Shape on this TiffSettings instance. |
Shape(value: Aspose::Pdf::Devices::ShapeType) | Calls Shape(value) on this TiffSettings instance. |
Brightness() → float | Calls Brightness on this TiffSettings instance. |
Brightness(value: float) | Calls Brightness(value) on this TiffSettings instance. |
CoordinateType() → ::Aspose::Pdf::PageCoordinateType | Calls CoordinateType on this TiffSettings instance. |
CoordinateType(value: Aspose::Pdf::PageCoordinateType) | Calls CoordinateType(value) on this TiffSettings instance. |