Document.PrintOut Method

Prints all or part of the document.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Sub PrintOut ( _
    ByRef Background As Object, _
    ByRef Append As Object, _
    ByRef Range As Object, _
    ByRef OutputFileName As Object, _
    ByRef From As Object, _
    ByRef To As Object, _
    ByRef Item As Object, _
    ByRef Copies As Object, _
    ByRef Pages As Object, _
    ByRef PageType As Object, _
    ByRef PrintToFile As Object, _
    ByRef Collate As Object, _
    ByRef ActivePrinterMacGX As Object, _
    ByRef ManualDuplexPrint As Object, _
    ByRef PrintZoomColumn As Object, _
    ByRef PrintZoomRow As Object, _
    ByRef PrintZoomPaperWidth As Object, _
    ByRef PrintZoomPaperHeight As Object _
)
void PrintOut(
    ref Object Background,
    ref Object Append,
    ref Object Range,
    ref Object OutputFileName,
    ref Object From,
    ref Object To,
    ref Object Item,
    ref Object Copies,
    ref Object Pages,
    ref Object PageType,
    ref Object PrintToFile,
    ref Object Collate,
    ref Object ActivePrinterMacGX,
    ref Object ManualDuplexPrint,
    ref Object PrintZoomColumn,
    ref Object PrintZoomRow,
    ref Object PrintZoomPaperWidth,
    ref Object PrintZoomPaperHeight
)

Parameters

  • Background
    Type: System.Object%
    true to have the customization code continue while Microsoft Office Word prints the document.
  • Append
    Type: System.Object%
    true to append the document to the file specified by the OutputFileName argument; false to overwrite the contents of OutputFileName.
  • OutputFileName
    Type: System.Object%
    If PrintToFile is true, this argument specifies the path and file name of the output file.
  • Copies
    Type: System.Object%
    The number of copies to be printed.
  • Pages
    Type: System.Object%
    The page numbers and page ranges to be printed, separated by commas. For example, "2, 6-10" prints page 2 and pages 6 through 10.
  • PrintToFile
    Type: System.Object%
    true to send printer instructions to a file. Make sure to specify a file name with OutputFileName.
  • Collate
    Type: System.Object%
    When printing multiple copies of a document, true to print all pages of the document before printing the next copy.
  • ActivePrinterMacGX
    Type: System.Object%
    This argument is available only in Microsoft Office Macintosh Edition. For additional information about this argument, consult the language reference Help included with Microsoft Office Macintosh Edition.
  • PrintZoomColumn
    Type: System.Object%
    The number of pages you want Word to fit horizontally on one page. Can be 1, 2, 3, or 4. Use with the PrintZoomRow argument to print multiple pages on a single sheet.
  • PrintZoomRow
    Type: System.Object%
    The number of pages you want Word to fit vertically on one page. Can be 1, 2, or 4. Use with the PrintZoomColumn argument to print multiple pages on a single sheet.
  • PrintZoomPaperWidth
    Type: System.Object%
    The width to which you want Word to scale printed pages, in twips (20 twips = 1 point; 72 points = 1 inch).
  • PrintZoomPaperHeight
    Type: System.Object%
    The height to which you want Word to scale printed pages, in twips (20 twips = 1 point; 72 points = 1 inch).

Remarks

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace