Search the Knowledgebase |
Browse by Category |
|
|
|
| When printing from a Grapher script, the Document object's PrintOut method always prints to the default printer. How can I print to a different printer? |
| User Opinions |
|
No users have voted.
|
|
Thank you for rating this answer.
|
Change the printer that Grapher is using by setting the Printer property of the AutoPageSetup object. It can be accessed through the document object. For example,
document.PageSetup.Printer = "HP Deskjet 560c"
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Attachments |
|
No attachments were found.
|