Aspose::Page::EPS::PsDocument::SaveAsImagesBytes 方法
PsDocument::SaveAsImagesBytes method
将 PS/EPS 文件保存为图像字节数组。
System::ArrayPtr<System::ArrayPtr<uint8_t>> Aspose::Page::EPS::PsDocument::SaveAsImagesBytes(System::SharedPtr<Device::ImageSaveOptions> options)
| Parameter | Type | 描述 |
|---|---|---|
| 选项 | System::SharedPtr<Device::ImageSaveOptions> | 包含用于保存图像的必要参数以及指定转换期间抛出错误输出的标志。 |
ReturnValue
Images bytes. One byte array for one page.
另见
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ImageSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++