Aspose::Page::XPS::XpsDocument::SaveAsImageBytes 方法

XpsDocument::SaveAsImageBytes method

以位图图像格式将文档保存为字节数组。

System::ArrayPtr<System::ArrayPtr<System::ArrayPtr<uint8_t>>> Aspose::Page::XPS::XpsDocument::SaveAsImageBytes(System::SharedPtr<Presentation::Image::ImageSaveOptions> options)
ParameterType描述
选项System::SharedPtr<Presentation::Image::ImageSaveOptions>以位图图像格式保存文档的选项。

ReturnValue

生成的图像字节数组。第一维表示内部文档,第二维表示内部文档中的页面。

另见