D Drunkalot May 26, 2004 #1 How can I print an image, i need to specify the position in the paper... []s...
T The Real Andy May 26, 2004 #2 How can I print an image, i need to specify the position in the paper... []s... Click to expand... use the System.Drawing.Printing namspace and the PrintDocument class. PrintDocument class is located in the tools menu for forms IIRC. If you are writing a library, then seek MSDN for more info on the Print Document Class.
How can I print an image, i need to specify the position in the paper... []s... Click to expand... use the System.Drawing.Printing namspace and the PrintDocument class. PrintDocument class is located in the tools menu for forms IIRC. If you are writing a library, then seek MSDN for more info on the Print Document Class.