It's actually a physical paper - an "insurance form" - in which the insurance customer fills in their information. So far the customer had to write all the asked information in the blank fields on the paper, using a pen of course. But I decided to develop an application in WPF by which the insurance company agent can easily "type" the desired information and then print them on the same "insurance form".
So I need to create a blank A4 page and put a number of 'text boxes' on specific places on the page. Let the user to adjust the size and the position of them on the page and fill in some text. Then print the page.
The question is, how do I do so ? I have no idea that what kinda tool in C# .NET and WPF there is that I can use. System.Drawing
maybe ?