Document.PrintOut2000, méthode (System 2007)

Mise à jour : novembre 2007

Cette API prend en charge l'infrastructure Visual Studio Tools pour Office et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.Office.Tools.Word
Assembly :  Microsoft.Office.Tools.Word.v9.0 (dans Microsoft.Office.Tools.Word.v9.0.dll)

Syntaxe

Public Sub PrintOut2000 ( _
    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 _
)

Dim instance As Document
Dim Background As Object
Dim Append As Object
Dim Range As Object
Dim OutputFileName As Object
Dim From As Object
Dim To As Object
Dim Item As Object
Dim Copies As Object
Dim Pages As Object
Dim PageType As Object
Dim PrintToFile As Object
Dim Collate As Object
Dim ActivePrinterMacGX As Object
Dim ManualDuplexPrint As Object
Dim PrintZoomColumn As Object
Dim PrintZoomRow As Object
Dim PrintZoomPaperWidth As Object
Dim PrintZoomPaperHeight As Object

instance.PrintOut2000(Background, Append, _
    Range, OutputFileName, From, To, Item, _
    Copies, Pages, PageType, PrintToFile, _
    Collate, ActivePrinterMacGX, ManualDuplexPrint, _
    PrintZoomColumn, PrintZoomRow, PrintZoomPaperWidth, _
    PrintZoomPaperHeight)
public void PrintOut2000(
    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
)

Paramètres

Autorisations

Voir aussi

Référence

Document, classe

Membres Document

Microsoft.Office.Tools.Word, espace de noms