Message 1 of 1
modifying paperspace size
Not applicable
06-11-2008
03:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear All,
I can create a new paper space with the following code. But how do I set the paperspaces paper size?
Dim myLayout As New DatabaseServices.Layout
Dim myLM As DatabaseServices.LayoutManager
myLM = DatabaseServices.LayoutManager.Current
myLayout = myLM.CreateLayout("name1").GetObject(DatabaseServices.OpenMode.ForWrite)
Regards
Simon Williamson
I can create a new paper space with the following code. But how do I set the paperspaces paper size?
Dim myLayout As New DatabaseServices.Layout
Dim myLM As DatabaseServices.LayoutManager
myLM = DatabaseServices.LayoutManager.Current
myLayout = myLM.CreateLayout("name1").GetObject(DatabaseServices.OpenMode.ForWrite)
Regards
Simon Williamson