Aspose::Pdf::Devices::PageDevice::Process method
Contents
[
Hide
]PageDevice::Process(const System::SharedPtr<Page>&, const System::String&) method
Perfoms some operation on the given page and saves results into the file.
void Aspose::Pdf::Devices::PageDevice::Process(const System::SharedPtr<Page> &page, const System::String &outputFileName)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Page>& | The page to process. |
| outputFileName | const System::String& | This file contains the results of processing. |
See Also
- Typedef SharedPtr
- Class Page
- Class String
- Class PageDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++
PageDevice::Process(System::SharedPtr<Page>, System::SharedPtr<System::IO::Stream>) method
Perfoms some operation on the given page, e.g. converts page into graphic image.
virtual void Aspose::Pdf::Devices::PageDevice::Process(System::SharedPtr<Page> page, System::SharedPtr<System::IO::Stream> output)=0
| Parameter | Type | Description |
|---|---|---|
| page | System::SharedPtr<Page> | The page to process. |
| output | System::SharedPtr<System::IO::Stream> | This stream contains the results of processing. |
See Also
- Typedef SharedPtr
- Class Page
- Class Stream
- Class PageDevice
- Namespace Aspose::Pdf::Devices
- Library Aspose.PDF for C++