[]
        
(Showing Draft Content)

Version 7.0.0

Breaking Changes from GrapeCity.Documents.Pdf 6.2.5 version

  • Method IPdfObject.IsContentEqual(IPdfObject) is removed.

    Static method GrapeCity.Documents.Pdf.Spec.IPdfObjectExt.IsContentEqual(IPdfObject v1, IPdfObject v2) can be used instead.

New Features and Improvements

  • GrapeCity.Documents.Pdf.RawImage class is marked as obsolete. GrapeCity.Documents.Drawing.Image can be used instead.

  • Reference to package Portable.BouncyCastle 1.8.2 has been replaced with BouncyCastle.Cryptography 2.2.1 for improved security.

  • Added support for PDF caret annotations; see GrapeCity.Documents.Pdf.Annotations.CaretAnnotation for details.