Browse our Products
Aspose.PDF for C++ 22.10 Release Notes
This page contains release notes information for Aspose.PDF for C++ 22.10.
Changes and Improvements
- The new version of Aspose.PDF for C++ has a codebase of Aspose.PDF for .Net 22.10.
- New ExplicitCast and AsCast methods are used instead of the obsolete DynamicCast, DynamicCast_noexcept, StaticCast and StaticCast_noexcept.
Minor fixes
- Reading documents performance is improved.
- Fixed a bug in XFA forms.
Public API and Backward Incompatible Changes
The DynamicCast, DynamicCast_noexcept, StaticCast, StaticCast_noexcept functions are now marked as deprecated and will be removed in the upcoming releases. The ExplicitCast and AsCast functions may be used instead of them.
Added:
- Aspose::Pdf::Point3D::ToString
- Aspose::Pdf::Text::TextSearchOptions::get_SearchInAnnotations
- Aspose::Pdf::Text::TextSearchOptions::set_SearchInAnnotations
Complete details of API can be referenced from Aspose.PDF for C++ API Reference Guide.