How to read page layout units

550
1
07-04-2013 01:16 AM
DariusBuinovskij2
New Contributor
I'm using class arcpy.mapping.MapDocument to get page size and other needed data, but I could not found how to get page units. Any help?
Tags (2)
0 Kudos
1 Reply
ShaunWalbridge
Esri Regular Contributor
The page size property (pageSize) is available, and often you can do something with that and scaled offsets. From what I know, currently page units aren't exposed to ArcPy, though you can get to them via comtypes or ctypes if they're critical.

cheers,
Shaun
0 Kudos