From e7c2d46ef0f79fe9fe0577d4f3de3d6a846ae670 Mon Sep 17 00:00:00 2001 From: TekH Date: Fri, 7 Nov 2025 11:23:04 +0100 Subject: [PATCH] add PSPDFKit.Ink --- EnvelopeGenerator.Application/Pdf/PSPDFKit/Ink.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 EnvelopeGenerator.Application/Pdf/PSPDFKit/Ink.cs diff --git a/EnvelopeGenerator.Application/Pdf/PSPDFKit/Ink.cs b/EnvelopeGenerator.Application/Pdf/PSPDFKit/Ink.cs new file mode 100644 index 00000000..b4f80823 --- /dev/null +++ b/EnvelopeGenerator.Application/Pdf/PSPDFKit/Ink.cs @@ -0,0 +1,8 @@ +namespace EnvelopeGenerator.Application.Pdf.PSPDFKit; + +/// +/// +/// +/// +/// +public record Ink(Lines Lines, string? StrokeColor = null); \ No newline at end of file