Example of eSigning Form Designer in ASP.NET MVC PDF Viewer Control
This sample enables the design of a PDF form that accommodates signatures from two different users. The form includes distinct fields for each user: when the first user is selected, specific fields can be added that apply only to that user. Upon switching the user via the dropdown menu, new fields can be added for the second user. The fields for each user are distinguishable by different background colors.
DEMO
SOURCE
More information on the PDF Viewer instantiation can be found in this documentation section . .