create PSPDFKit.Lines

This commit is contained in:
tekh 2025-11-07 10:59:13 +01:00
parent 7d3959ae51
commit fb340fb08a

View File

@ -0,0 +1,7 @@
namespace EnvelopeGenerator.Application.Pdf.PSPDFKit;
/// <summary>
///
/// </summary>
/// <param name="Points"></param>
public record Lines(List<List<List<float>>> Points);