Hello,
The default PageUnit for printers is going to be Display units (see the
documentation for the GraphicsUnit enumeration for more information).
Display units are units of 1/100 of an inch. So, yes, you should get the
same results regardless of the printer resolution. By the way, you can
change the units used by modifying Graphics.PageUnit.
I hope that helps.
Thanks,
David
Microsoft Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
Visit http://www.microsoft.com/security for current information on security.
Quote:
>>When I use the graphic object to draw a line 100 units
>>wide on a printed page it is exactly 1 inch long. Can I
>>then assume that 100 units per inch will exist on any
>>printer that I print on, or is this printer dependant?
>>What is the name of the unit of measure that I am drawing
>>to the printer with?