Search the Knowledgebase |
Browse by Category |
|
|
|
| Can I make my map fill the page, using Scripter? |
| User Opinions |
|
No users have voted.
|
|
Thank you for rating this answer.
|
Yes, the map can be made to fill the page. In the program, the map will automatically scale to fill the page when you import new objects. But, in the script, you need to tell the program to do this after you load the map. Use the SetScale command to change the map scale to fit the page.
'Create the Doc window Set Doc = mvapp.Documents.Add(mvDocPlot)
'Change the scale to fit the page Doc.SetScale (bFitPage:=True)
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Attachments |
|
No attachments were found.
|