Hi
Hopefully just a simple problem.
All i am trying to do is print a rectangle or other graphic at a specified point on the paper measured in millimeters. The start is to get the hard margins of the printer.
I am using the following code to get the hard margins.
Private Const PHYSICALOFFSETX As Int32 = 112
Private Const PHYSICALOFFSETY As Int32 = 113
Private Const...
User Profile
Collapse
-
Printing graphics in VB.NET
-
I have hit the same problem and have found that you can enter custom pages sizes through the printer server properties and they are registered but you cannot select them when printing. Two things are happening. Some printers like my 1220c appears to accept custom pages sizes only through it's own driver interface and not through the windows forms. The second is that custom page sizes set up using server properties may fall outside the acceptable...
No activity results to display
Show More
Leave a comment: