Aspose::Page::XPS::XpsDocument::SaveAsImage method
XpsDocument::SaveAsImage method
Saves the document in a bitmap image format.
System::ArrayPtr<System::ArrayPtr<System::ArrayPtr<uint8_t>>> Aspose::Page::XPS::XpsDocument::SaveAsImage(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++