Posts by vc_89 • 13 points
2 posts
- 
		0 votes0 answers412 viewsQ: C# - Tool for signing a PDF documentI need a tool that allows a person to sign a PDF document at a particular location of the document, does anyone have any tips? But you have to allow it to do this internally in my application, tools… 
- 
		0 votes1 answer303 viewsQ: Instantiate a class that inherits an interface classI have a class that inherits many interface classes, and I want to instantiate it to use only one method, how do I do? It is possible to do without passing all the necessary parameters? public class…