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

SignatureDescription
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::RenderingOptionsCalls RenderingOptions on this TiffDevice instance.
RenderingOptions(value: Aspose::Pdf::RenderingOptions)Calls RenderingOptions(value) on this TiffDevice instance.
FormPresentationMode()::Aspose::Pdf::Devices::FormPresentationModeCalls FormPresentationMode on this TiffDevice instance.
FormPresentationMode(value: Aspose::Pdf::Devices::FormPresentationMode)Calls FormPresentationMode(value) on this TiffDevice instance.
Settings()class TiffSettingsCalls Settings on this TiffDevice instance.
Resolution()class ResolutionCalls Resolution on this TiffDevice instance.
Width()intCalls Width on this TiffDevice instance.
Height()intCalls Height on this TiffDevice instance.

See Also