G
Guest
Hi,
I have a problem where documents sent to the print spooler with a custom
page size are ignoring the regional settings for the Measurement Unit. I
have my Regional Settings set to "English (United States)" and confirmed that
the Measurement Unit is "U.S". When I print my 4"w x 2"h label (using a
custom paper size I set in my code as 400w x 200h (tenths of an inch)), it
converts to tenths of a millimeter, resulting in a page size of 1.47"w x
0.79"h.
I have tried checking the System.Globalization.RegionInfo.IsMetric in my
code, and it returns False, as expected.
Anyone have any idea why this is happening, and how I can correct the problem?
Thanks very much.
Alex
I have a problem where documents sent to the print spooler with a custom
page size are ignoring the regional settings for the Measurement Unit. I
have my Regional Settings set to "English (United States)" and confirmed that
the Measurement Unit is "U.S". When I print my 4"w x 2"h label (using a
custom paper size I set in my code as 400w x 200h (tenths of an inch)), it
converts to tenths of a millimeter, resulting in a page size of 1.47"w x
0.79"h.
I have tried checking the System.Globalization.RegionInfo.IsMetric in my
code, and it returns False, as expected.
Anyone have any idea why this is happening, and how I can correct the problem?
Thanks very much.
Alex