Aspose.Slides for C++ 21.2 Release Notes
Supported Platforms
- Aspose.Slides for C++ for Windows x64 (Microsoft Visual C++).
- Aspose.Slides for C++ for Windows x86 (Microsoft Visual C++).
- Aspose.Slides for C++ for Linux (Clang).
New Features and Enhancements
Key | Summary | Category |
---|---|---|
SLIDESNET-41752 | How get/update end points of shape | Enhancement |
SLIDESNET-42329 | Improper image rendering using Aspose.Slides | Enhancement |
SLIDESNET-42348 | Saving PPTX as PDF does not retain accessibility features | Feature |
Other Improvements and Changes
Key | Summary | Category |
---|---|---|
SLIDESCPP-2688 | Use Aspose.Slides for .NET 21.2 features | Enhancement |
SLIDESCPP-2738 | Slide::GetThumbnail() - permission denied | Bug |
Public API Changes
Obsolete methods have been removed
-
IShapeCollection::AddOleObjectFrame(float x, float y, float width, float height, System::String className, System::ArrayPtr<uint8_t> objectData) method has been removed. Use IShapeCollection::AddOleObjectFrame(float x, float y, float width, float height, System::SharedPtr
dataInfo) method instead. -
IShapeCollection::InsertOleObjectFrame(int32_t index, float x, float y, float width, float height, System::String className, System::ArrayPtr<uint8_t> objectData) method has been removed. Use IShapeCollection::InsertOleObjectFrame(int32_t index, float x, float y, float width, float height, System::SharedPtr
dataInfo) method instead. -
ShapeCollection::AddOleObjectFrame(float x, float y, float width, float height, System::String className, System::ArrayPtr<uint8_t> objectData) method has been removed. Use ShapeCollection::AddOleObjectFrame(float x, float y, float width, float height, System::SharedPtr
dataInfo) method instead. -
ShapeCollection::InsertOleObjectFrame(int32_t index, float x, float y, float width, float height, System::String className, System::ArrayPtr<uint8_t> objectData) method has been removed. Use ShapeCollection::InsertOleObjectFrame(int32_t index, float x, float y, float width, float height, System::SharedPtr
dataInfo) method instead.