Hi,
I'm developing an add-in which backup ArcFM documents, once I have the ArcFM document I read their page layout (an simple ArcGis IPageLayout) and after that I have to save it in a mxd document. Since it's a batch process (I backup a lot of ArcFM documents in background) so I can't load the document to the ArcMap.
I'm using the a MapDocument to create the mxd document and save it; however the Map Document's page layout property is read only. Is any way to set the Page Layout property in the Map Document?
Thanks in advance