Thread: PrintQuality
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rob A. Rob A. is offline
external usenet poster
 
Posts: 2
Default PrintQuality

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_Print Quality
which looks like this
set_PrintQuality( System.Object Index , System.Object)
I am not sure what I should pass in.... any help?