Browse our Products
Aspose.Page for C++ 25.7 Release Notes
This page contains release notes information for Aspose.Page for C++ 25.7.
Aspose.Page for C++ 25.7 based on latest Aspose.Page for .NET 25.7.
- Simplify saving PS/EPS as image
Public API and Backwards Incompatible Changes
Added APIs
- M: void Aspose.Page.EPS.PsDocument.SaveAsImage(System::SharedPtr<Aspose::Page::EPS::Device::ImageSaveOptions>)
- M: void Aspose.Page.EPS.PsDocument.SaveAsImage(System::SharedPtr<Aspose::Page::EPS::Device::ImageSaveOptions>, System::String, System::String)
Renamed APIs
- M: System::ArrayPtr<System::ArrayPtr<uint8_t>> Aspose::Page::EPS::PsDocument::SaveAsImage(System::SharedPtr<Aspose::Page::EPS::Device::ImageSaveOptions>) -> System::ArrayPtr<System::ArrayPtr<uint8_t>> Aspose::Page::EPS::PsDocument::SaveAsImagesBytes(System::SharedPtr<Aspose::Page::EPS::Device::ImageSaveOptions>)
You can consult Aspose.Page for C++ API Reference for documentation.