my project is here:
ı tried print different document type with this mehtod:
Code:
private void yazdirPrintDocument_PrintPage(object sender, PrintPageEventArgs e)
{
Process objProcess = new Process();
objProcess.StartInfo.FileName = textBox1.Text + "\\" + selectFile.ad;
Leave a comment: