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)
| Parameter | Type | Description |
|---|---|---|
| resolution | const System::SharedPtr<Aspose::Pdf::Devices::Resolution>& | The resolution. |
ReturnValue
Converted array of image bytes.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Resolution
- Class Page
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++