Howdy People,

I want to be able to read/write the borderless property on a printer using code. My app has a printer dialog (the dialog that ships with the printer) allowing users to change the printer preferences. Of course this only a dialog, it only records the users choices it DOES NOT implement the changes, I must do that in code. I can implement all the user choices in the printer object EXCEPT the borderless property. Does something like SetDeviceCaps as opposed to GetDeviceCaps exist where I can change the PHYSICALOFFSETX or HORZREZ value of the printer?

Doe's anybody know how this can be done? Or some kind of hack to achieve the same result?

Thanks in advance!