rename Domain.Interfaces.ISignature as IDocReceiverElement
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user