Syntax
ToolsOptionsPrint [.Draft = number] [, .Reverse = number] [, .UpdateFields = number] [, .Summary = number] [, .ShowCodes = number] [, .Annotations = number] [, .ShowHidden = number] [, .EnvFeederInstalled = number] [, .UpdateLinks = number] [, .Background = number] [, .DrawingObjects = number] [, .FormsData = number] [, .DefaultTray = text] [, .FractionalWidths = number] [, .PSOverText = number]
Remarks
Sets options for printing a document. The arguments for the ToolsOptionsPrint statement correspond to the options on the Print tab in the Options dialog box (Tools menu).
Argument | Explanation | |
.Draft | If 1, prints in draft output (ignored on the Macintosh). | |
.Reverse | If 1, prints pages in reverse order. | |
.UpdateFields | If 1, updates all fields in the document when printed. | |
.Summary | If 1, prints summary information with the document. | |
.ShowCodes | If 1, prints field codes instead of field results. | |
.Annotations | If 1, prints annotations with the document. | |
.ShowHidden | If 1, prints all hidden text with the document. | |
.EnvFeederInstalled | If 1, indicates that an envelope feeder is installed. | |
.UpdateLinks | If 1, automatically updates all linked information when you print documents. | |
.Background | If 1, allows background printing (ignored on the Macintosh). | |
.DrawingObjects | If 1, prints Word drawing objects with the document. | |
.FormsData | If 1, prints only the data entered by the user in an online form onto a preprinted form. | |
.DefaultTray | Specifies the default paper tray as it appears in the Default Tray box. | |
.FractionalWidths | If 1, improves the character spacing in proportionally spaced fonts when printing on a LaserWriter® (Macintosh only). | |
.PSOverText | If 1, prints the result of PRINT field instructions (such as PostScript commands) on top of text or other graphics when printing on a LaserWriter (Macintosh only). |
Example
This example specifies that documents be printed in reverse page order:
ToolsOptionsPrint .Reverse = 1
See Also
FilePrint, FilePrintSetup