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)
ParameterTypeDescription
optionsSystem::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