TiffDevice
Overview
TiffDevice is a class in Aspose.PDF FOSS for C++.
This class provides 11 methods for working with TiffDevice objects in C++ programs.
Available methods include: BinarizeBradley, FormPresentationMode, Height, Process, RenderingOptions, Resolution, Settings, Width.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
BinarizeBradley(inputImageStream: std::istream, outputImageStream: std::ostream, threshold: double) | Calls BinarizeBradley(inputImageStream, outputImageStream, threshold) on this TiffDevice instance. |
Process(document: Aspose::Pdf::Document, fromPage: int, toPage: int, output: std::ostream) | Calls Process(document, fromPage, toPage, output) on this TiffDevice instance. |
Process(page: Aspose::Pdf::Page, output: std::ostream) | Calls Process(page, output) on this TiffDevice instance. |
RenderingOptions() → ::Aspose::Pdf::RenderingOptions | Calls RenderingOptions on this TiffDevice instance. |
RenderingOptions(value: Aspose::Pdf::RenderingOptions) | Calls RenderingOptions(value) on this TiffDevice instance. |
FormPresentationMode() → ::Aspose::Pdf::Devices::FormPresentationMode | Calls FormPresentationMode on this TiffDevice instance. |
FormPresentationMode(value: Aspose::Pdf::Devices::FormPresentationMode) | Calls FormPresentationMode(value) on this TiffDevice instance. |
Settings() → class TiffSettings | Calls Settings on this TiffDevice instance. |
Resolution() → class Resolution | Calls Resolution on this TiffDevice instance. |
Width() → int | Calls Width on this TiffDevice instance. |
Height() → int | Calls Height on this TiffDevice instance. |