PageDevice
Overview
PageDevice is a class in Aspose.PDF FOSS for C++.
PageDevice.Process(page, outputFileName) can render a page directly to a file path.
This class provides 2 methods for working with PageDevice 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
| Signature | Description |
|---|---|
Process(page: Aspose::Pdf::Page, output: std::ostream) | Can render a page directly to a file path |
Process(page: Aspose::Pdf::Page, outputFileName: std::string) | Calls Process(page, outputFileName) on this PageDevice instance. |