create PSPDFKit.Lines
This commit is contained in:
parent
7d3959ae51
commit
fb340fb08a
7
EnvelopeGenerator.Application/Pdf/PSPDFKit/Lines.cs
Normal file
7
EnvelopeGenerator.Application/Pdf/PSPDFKit/Lines.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace EnvelopeGenerator.Application.Pdf.PSPDFKit;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
///
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="Points"></param>
|
||||||
|
public record Lines(List<List<List<float>>> Points);
|
||||||
Loading…
x
Reference in New Issue
Block a user