How do I set up a document so it always prints manual feed?

K

Karen Carr

How do I set up a document so it always prints manual feed and doesn't change
the settings for my other documents
 
R

Rob

You could do this a few different ways.
1) You could make a custom print button on a toolbar associated with the
document.
2) You try to intercept the standard print button on the document.
3) You could add on open and close events to the document and change the
print settings.
 
Top