Rhinocommon - RhinoPageView object

I am looking for a way to determine the dimensions and paper format of an existing layout in a rhino doc. I can determine the layout and end up to have the corresponding RhinoPageView object, but cannot find a way to determine the page dimensions out of this. Is it the rigth approach to go via the RhinoPageView object? Any help is much appreciated.
Thanks
Mathias

1 Like

Hi Mathias,

If you were using C++, you’d call CRhinoPageView::GetPaperSize. But I don’t see an equivalent in RhinoCommon. I’ll add this to the wish list pile.

Thanks,

– Dale

PageWidth and PageHeight properties will be available in SR10

1 Like