PrintQuality

G

Guest

i am printing to from excel to the MODI print driver as tif files and want to
control the dpi on the output, so i found the following written in vb
------
PrintQuality = Array(300, 300) 'adjust as desired
-------
how does this translate to the c# function i have via
Microsoft.Office.Interop.Excel.PageSetup.set_PrintQuality
which looks like this
set_PrintQuality( System.Object Index , System.Object)
I am not sure what I should pass in.... any help?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top