I know this question has been asked multiple times, but what I need precisely is using a PrintDocument which is available in C#, which uses C# and not HTML to design the document itself. Any extra help which includes linking tutorials will also be much appreciated. Thank you! For some general context, C# uses Graphics variable 'g' to draw elements on the document.
g.drawString("Hello", Font, Brush, X, Y)