Aspose::Page::XPS::XpsDocument::SaveAsImageBytes method
XpsDocument::SaveAsImageBytes method
Saves the document in a bitmap image format as bytes arrays.
System::ArrayPtr<System::ArrayPtr<System::ArrayPtr<uint8_t>>> Aspose::Page::XPS::XpsDocument::SaveAsImageBytes(System::SharedPtr<Presentation::Image::ImageSaveOptions> options)
| Parameter | Type | Description |
|---|---|---|
| options | System::SharedPtr<Presentation::Image::ImageSaveOptions> | Options for saving the document in a bitmap image format. |
ReturnValue
The resulting images byte arrays. The first dimension is for inner documents and the second one is for pages within inner documents.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ImageSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++