rename Domain.Interfaces.ISignature as IDocReceiverElement

This commit is contained in:
2026-06-09 22:56:55 +02:00
parent cb6dea319b
commit 9b606a0d3b
4 changed files with 4 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ namespace EnvelopeGenerator.PdfEditor
#endregion
public Pdf<TInputStream, TOutputStream> Background<TSignature>(IEnumerable<TSignature> signatures, double widthPx = 1.9500000000000002, double heightPx = 2.52)
where TSignature : ISignature
where TSignature : IDocReceiverElement
{
foreach (var signature in signatures)
Page(signature.Page, page =>