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
82.6%
C#
8.4%
HTML
4.5%
Visual Basic .NET
2.6%
CSS
1.4%
Other
0.4%