Aspose::Pdf::Document::ConvertPageToPNGMemoryStream method

Document::ConvertPageToPNGMemoryStream method

Convert page to PNG for DSR, OMR, OCR image stream.

System::SharedPtr<System::IO::MemoryStream> Aspose::Pdf::Document::ConvertPageToPNGMemoryStream(const System::SharedPtr<Page> &page)
ParameterTypeDescription
pageconst System::SharedPtr<Page>&Page to convert.

ReturnValue

Image stream.

See Also