How do I set the printer size of paper the same as page size (48".

C

CherylS

How do I set the printer size of paper the same as the page size (48" x 36"
custom) in Visio 2003?
 
J

junethesecond

One idea is to get page width and height
from cells PageWidth and PageHeight of
PageSheet, ex,
PgWi=objPage.PageSheet.Cells("PageWidth")
PgHi=objPage.PageSheet.Cells("PageHeight")
,
and to decide ThisDocument.PaperSize in your
own program.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top