Document.PrintOut2000 Метод (2007 System)
Обновлен: Ноябрь 2007
Этот API поддерживает платформу Visual Studio Tools for Office и не должен вызываться непосредственно из вашего кода.
Пространство имен: Microsoft.Office.Tools.Word
Сборка: Microsoft.Office.Tools.Word.v9.0 (в Microsoft.Office.Tools.Word.v9.0.dll)
Синтаксис
'Декларация
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
)
Параметры
- Background
Тип: System.Object%
- Append
Тип: System.Object%
- Range
Тип: System.Object%
- OutputFileName
Тип: System.Object%
- From
Тип: System.Object%
- To
Тип: System.Object%
- Item
Тип: System.Object%
- Copies
Тип: System.Object%
- Pages
Тип: System.Object%
- PageType
Тип: System.Object%
- PrintToFile
Тип: System.Object%
- Collate
Тип: System.Object%
- ActivePrinterMacGX
Тип: System.Object%
- ManualDuplexPrint
Тип: System.Object%
- PrintZoomColumn
Тип: System.Object%
- PrintZoomRow
Тип: System.Object%
- PrintZoomPaperWidth
Тип: System.Object%
- PrintZoomPaperHeight
Тип: System.Object%
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.