Aspose::Pdf::Devices::PageDevice::Process method

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
ParameterTypeDescription
pageSystem::SharedPtr<Page>The page to process.
outputSystem::SharedPtr<System::IO::Stream>This stream contains the results of processing.

See Also

PageDevice::Process(System::SharedPtr<Page>, System::String) method

Perfoms some operation on the given page and saves results into the file.

void Aspose::Pdf::Devices::PageDevice::Process(System::SharedPtr<Page> page, System::String outputFileName)
ParameterTypeDescription
pageSystem::SharedPtr<Page>The page to process.
outputFileNameSystem::StringThis file contains the results of processing.

See Also