Mark PsPdfKitAnnotation as obsolete

Added an [Obsolete] attribute to the PsPdfKitAnnotation property
in the DocSignedNotification class, indicating that the PSPDFKit
library is deprecated.

Reorganized using directives in DocumentReceiverElementService.cs
to improve consistency and maintain code readability.
This commit is contained in:
2026-06-09 19:04:55 +02:00
parent a98024063a
commit c7fe3f0b9c
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ public record DocSignedNotification : INotification, ISendMailNotification
/// <summary>
/// The PSPDFKit annotation data.
/// </summary>
[Obsolete("The PSPDFKit library is deprecated.")]
public PsPdfKitAnnotation? PsPdfKitAnnotation { get; init; }
/// <summary>