Browse our Products

Aspose.PDF for C++ 24.4 Release Notes

Changes and Improvements

The new version of Aspose.PDF for C++ has a codebase of Aspose.PDF for .Net 24.4.

Fixed an issue with loading SVG images.

Implemented template<typename T> System::Collection::Generic::SortedSet class.

Public API and Backward Incompatible Changes

Added APIs

  • void Aspose::Pdf::Annotations::Dash::Dash(System::ArrayPtr<int32_t> pattern)
  • System::ArrayPtr<int32_t> Aspose::Pdf::Annotations::Dash::get_Pattern()
  • void Aspose::Pdf::Annotations::Dash::set_Pattern(System::ArrayPtr<int32_t>)
  • void Aspose::Pdf::Devices::TiffDevice::BinarizeBradley(SharedPtr<System::IO::Stream>,SharedPtr<System::IO::Stream>, double)
  • void Aspose::Pdf::Devices::TiffDevice::Process(SharedPtr<Aspose::Pdf::Page>,SharedPtr<System::IO::Stream>)
  • bool Aspose::Pdf::Document::get_PickTrayByPdfSize()
  • void Aspose::Pdf::Document::set_PickTrayByPdfSize(bool)
  • void Aspose::Pdf::Facades::Form::ExportJson(SharedPtr<System::IO::Stream>, bool)
  • void Aspose::Pdf::Facades::Form::ImportJson(SharedPtr<System::IO::Stream>)
  • void Aspose::Pdf::Forms::Field::ExportValueToJson(SharedPtr<System::IO::Stream>, bool)
  • bool Aspose::Pdf::Forms::Field::ImportValueFromJson(SharedPtr<System::IO::Stream>)
  • bool Aspose::Pdf::Forms::Field::ImportValueFromJson(SharedPtr<System::IO::Stream>,System::String)
  • ctor Aspose::Pdf::Text::ParagraphAbsorber::ParagraphAbsorber(SharedPtr<Aspose::Pdf::Text::ParagraphAbsorberOptions>)
  • ctor Aspose::Pdf::Text::ParagraphAbsorber::ParagraphAbsorber(int32_t, SharedPtr<Aspose::Pdf::Text::ParagraphAbsorberOptions>)
  • class Aspose::Pdf::Text::ParagraphAbsorberOptions
  • SharedPtr<ParagraphAbsorberOptions> Aspose::Pdf::Text::ParagraphAbsorber::get_ParagraphAbsorberOptions()
  • void Aspose::Pdf::Text::ParagraphAbsorber::set_ParagraphAbsorberOptions(SharedPtr<ParagraphAbsorberOptions>)
  • void Aspose::Pdf::XImage::AddStencilMask(SharedPtr<System::IO::Stream>)

Removed APIs

Complete details of API can be referenced from Aspose.PDF for C++ API Reference Guide.