Added WidgetAnnotation.RotationAngle property that specifies the angle (in degrees) of rotation for widget annotation.
Added ability to find and replace, and find and delete text in PDF.
Added GcPdfDocument.ReplaceText() method that replaces a specified text on all pages of the current document.
Added Page.ReplaceText() method that replaces a specified text on the current page.
Added ITextMap.ReplaceText() method that replaces a specified text fragment with another text.
Added DeleteTextMode enum that specifies how deleting text would affect the surrounding content.
Added GcPdfDocument.DeleteText() method that deletes a specified text from all pages of the current document.
Added Page.DeleteText() method that deletes a specified text from the current page.
Added ITextMap.DeleteText() method that deletes a specified text fragment.
Added StandardSecurityHandler.PasswordMatches property which indicates how the password specified when loading the PDF matches the document's User and Owner passwords.
Changes From the Previous Version
StandardSecurityHandler.HasOwnerPassword and HasUserPassword properties marked as obsolete. Use the new property PasswordMatches instead.
Resolved Issues
Resolved an issue where a standard font was incorrectly embedded and could not be used in a specific scenario.
Resolved an issue where redact incorrectly erased additional characters in some cases.