Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to set the PrintQuality property of the PageSetup class. | Excel Programming |