PSPDFKit 2.8 for Windows
Today we’re shipping PSPDFKit 2.8 for Windows. In this release we’ve added text selection events, an event preceding annotation changes, and more!
AnnotationWillChange Event
PSPDFKit for Windows now exposes an event to help track when a user starts and ends certain interactions with annotations.
When invoked, the event’s arguments contain the reason behind its activation, and a list of the affected annotations.
You can read more about it in our Events guide.
Text Selection
Accessing user text selection is now possible in PSPDFKit for Windows.
The OnTextSelectionChange
event has been exposed to react to changes, invoked both on selection and deselection.
Alternatively, a specific method to programmatically get the current text selection is also available.
More about these additions can be found in our Text Selection guide.
And More
This release also includes numerous bug fixes and minor improvements. For a complete list of changes, see the PSPDFKit 2.8 for Windows changelog.
Please email us at [email protected] if you are interested in developing using Digital Signatures. We’d love to hear about your use case and discuss how to best implement it.