Browse our Products

Aspose.PDF for C++ 25.6 Release Notes

Changes and Improvements

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

Public API and Backward Incompatible Changes

Added APIs

  • class Aspose::Pdf::Annotations::FreeTextAnnotation

    • void SetTextStyle(RichTextFontStyles textStyles, System::String fontName, double fontSize, System::Drawing::Color fontColor);
    • void SetTextStyle(int32_t fromInd, int32_t toInd, RichTextFontStyles textStyles);
  • enum class RichTextFontStyles

    • ClearExisting = 1,
    • Bold = 2,
    • Italic = 4,
    • Underline = 8
  • const System::SharedPtr<Aspose::Pdf::LicenseInfo>& Aspose::Pdf::License::get_LicenseInfo() const;

  • class LicenseInfo : public System::Object

    • System::String get_EmailTo() const;
    • System::String get_LicensedTo() const;
    • System::String get_LicenseType() const;
    • System::String get_LicenseNote() const;
    • const System::SharedPtr<System::Collections::Generic::List<System::String>>& get_Products() const;
    • System::String get_EditionType() const;
    • System::DateTime get_SubscriptionExpiry() const;
    • System::DateTime get_LicenseExpiry() const;

Removed APIs

No removings.

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