Hi all,
when I use PageSizes.A4 I get for the with value 595 and for the height value 842. I would like to know in which kind of units are this values (inch, pixels, mm ...) and if this values depends on the regional settings of the operating system.
Thanks
Thx Matt
These values are in Points. If you would like to convert it to pixels, there is a utility method, Infragistics.Documents.Utils.Converter.PointsToPixels.
-Matt