DocumentDevice

DocumentDevice

Overview

DocumentDevice is a class in Aspose.PDF FOSS for C++.

This class provides 4 methods for working with DocumentDevice objects in C++ programs. Available methods include: Process. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Process(document: Aspose::Pdf::Document, fromPage: int, toPage: int, output: std::ostream)Calls Process(document, fromPage, toPage, output) on this DocumentDevice instance.
Process(document: Aspose::Pdf::Document, output: std::ostream)Calls Process(document, output) on this DocumentDevice instance.
Process(document: Aspose::Pdf::Document, outputFileName: std::string)Calls Process(document, outputFileName) on this DocumentDevice instance.
Process(document: Aspose::Pdf::Document, fromPage: int, toPage: int, outputFileName: std::string)Calls Process(document, fromPage, toPage, outputFileName) on this DocumentDevice instance.

See Also