Aspose::Pdf::Devices::PngDevice::Process method

PngDevice::Process method

Converts the page into png and saves it in the output stream.

void Aspose::Pdf::Devices::PngDevice::Process(System::SharedPtr<Page> page, System::SharedPtr<System::IO::Stream> output) override
ParameterTypeDescription
pageSystem::SharedPtr<Page>The page to convert.
outputSystem::SharedPtr<System::IO::Stream>Output stream with png image.

See Also