Browse our Products
Aspose.PDF for C++ 23.10 Release Notes
This page contains release notes information for Aspose.PDF for C++ 23.10.
Changes and Improvements
The new version of Aspose.PDF for C++ has a codebase of Aspose.PDF for .Net 23.10.
Public API and Backward Incompatible Changes
Added API
- void Aspose::Pdf::Document::FlattenTransparency()
- Aspose::Pdf::Forms::SignHash = System::MulticastDelegate<System::ArrayPtr<uint8_t>(System::ArrayPtr<uint8_t>)>
- System::SharedPtr<Aspose::Pdf::Forms::SignHash> Aspose::Pdf::Forms::Signature::get_CustomSignHash()
- System::Nullable<float> Aspose::Pdf::HtmlSaveOptions::get_IgnoredTextFontSize()
- double Aspose::Pdf::Operators::BasicSetColorOperator::get_Gray()
- class Aspose::Pdf::Resources::ExtGStateValue
- ctor Aspose::Pdf::Resources::ExtGStateValue::ExtGStateValue(System::String)
- double Aspose::Pdf::Resources::ExtGStateValue::get_CA()
- double Aspose::Pdf::Resources::ExtGStateValue::get_ca()
- System::String Aspose::Pdf::Resources::ExtGStateValue::get_Name()
- System::SharedPtr<System::Collections::Generic::Dictionary<System::String,System::SharedPtr<Aspose::Pdf::Resources::ExtGStateValue>>> Aspose::Pdf::Resources::GetExtGStates()
- void Aspose::Pdf::Structure::Element::Remove()
- class Aspose::Pdf::Structure::ElementCollection
- int Aspose::Pdf::Structure::ElementCollection::get_Count()
- System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<Aspose::Pdf::Structure::Element>>> Aspose::Pdf::Structure::ElementCollection::GetEnumerator()
- int32_t Aspose::Pdf::Structure::ElementCollection::get_Count();
- System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<Aspose::Pdf::Structure::Element>>> Aspose::Pdf::Structure::ElementCollection::GetEnumerator()
- System::SharedPtr<Aspose::Pdf::Structure::Element> Aspose::Pdf::Structure::ElementCollection::idx_get(int32_t)
- bool Aspose::Pdf::Structure::ElementCollection::Remove(System::SharedPtr<Aspose::Pdf::Structure::Element>)
- System::SharedPtr<Aspose::Pdf::ITeXInputDirectory> Aspose::Pdf::TeXLoadOptions::get_RequiredInputDirectory()
- double Aspose::Pdf::Text::TextFragmentState::MeasureHeight(char16_t)
- double Aspose::Pdf::Text::TextState::MeasureHeight(char16_t)
Complete details of API can be referenced from Aspose.PDF for C++ API Reference Guide.