Aspose::Page::EPS::PsDocument::SaveAsImage method
PsDocument::SaveAsImage method
Saves PS/EPS file to images bytes arrays.
System::ArrayPtr<System::ArrayPtr<uint8_t>> Aspose::Page::EPS::PsDocument::SaveAsImage(System::SharedPtr<Device::ImageSaveOptions> options)
Parameter | Type | Description |
---|---|---|
options | System::SharedPtr<Device::ImageSaveOptions> | Contains necessary parameters for saving image and flags that specify output of errors thrown during conversion. |
ReturnValue
Images bytes. One byte array for one page.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class ImageSaveOptions
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++