
New property specifies the angle by which widget annotations are rotated.
Features
- Added new WidgetAnnotation.RotationAngle property which specifies the angle by which the widget annotation is rotated counterclockwise relative to the page.
- Replace/delete text: Added the ability to find and replace, or find and delete, text in a PDF. Includes:
- GcPdfDocument.ReplaceText() method which replaces a specified text on all pages of the current document.
- Page.ReplaceText() method which replaces a specified text on the current page.
- ITextMap.ReplaceText() method which replaces a specified text fragment with another text.
- DeleteTextMode enum which specifies how deleting text affects the surrounding content.
- GcPdfDocument.DeleteText() method which deletes a specified text from all pages of the current document.
- Page.DeleteText() method which deletes a specified text from the current page.
- ITextMap.DeleteText() method which deletes a specified text fragment.
- Added new GrapeCity.Documents.Pdf.Security.PasswordMatches enum which defines the flags that describe a PDF's password protection status.
- Added new StandardSecurityHandler.PasswordMatches property which indicates how the password specified when loading the PDF matches the document's User and Owner passwords.
- StandardSecurityHandler.HasOwnerPassword and HasUserPassword properties are now marked as obsolete. Use the new property PasswordMatches instead.