Aspose::Pdf::Page::AsByteArray method

Page::AsByteArray method

Converts current page as bitmap and than returns array of bytes.

System::ArrayPtr<uint8_t> Aspose::Pdf::Page::AsByteArray(const System::SharedPtr<Aspose::Pdf::Devices::Resolution> &resolution)
ParameterTypeDescription
resolutionconst System::SharedPtr<Aspose::Pdf::Devices::Resolution>&The resolution.

ReturnValue

Converted array of image bytes.

See Also