PSPDFKit 3.0.3 Migration Guide
This article provides a set of guidelines for migrating from version 3.0.2 to version 3.0.3 of PSPDFKit for Windows.
Property Name Changes
To ensure consistency across annotations and support the functionality of reading the note text through the API, we introduced a new property named OptionalNote
. This property replaces the existing Note
property, which was previously used by the Stamp
annotation for the same purpose.
Why the Change?
The decision to rename the Note
property to OptionalNote
was made to prevent conflicts with class names, particularly with the Note
annotation.
What Do I Need to Do?
3.0.2 | 3.0.3 |
---|---|
Stamp.Note |
Stamp.OptionalNote |