2fb32fb982abfcfd205e8249f5b29f482a0827a0
Introduced a new `PsPdfKitAnnotation` record in the namespace `EnvelopeGenerator.Application.Common.Dto` to represent PSPDFKit annotation data. The record includes two parameters: `Instant` of type `ExpandoObject` and `Structured` of type `IEnumerable<AnnotationCreateDto>`. Marked the record with the `[Obsolete]` attribute to indicate that the PSPDFKit library is deprecated. Added a summary XML comment to describe the purpose of the record. Also added a `using` directive for `System.Dynamic` to support `ExpandoObject`.
Description
No description provided
Languages
JavaScript
86.6%
C#
6.7%
Visual Basic .NET
2.7%
HTML
2.4%
CSS
1.1%
Other
0.4%