Forums
In the following piece of code I am inserting Check Buttons, thru a list of SignatureDetails. Here I am adding the entries to the
DocumentBuilder documentBuilder = DocumentBuilder.NewDocumentNamed(document.FileName)
.WithId(document.Id) // Ensure document ID is set correctly
.FromStream(fs, DocumentType.PDF);
After the case statement is done with all records I added to the package builder
packageBuilder.WithDocument(documentBuilder);
At the end I build the Package
var builtPackage = packageBuilder.Build();
- Read more about Duplicate Require Actions at the time of signing.
- 6 comments
- Log in or register to post comments
- 105 views