Document.PrintOut2000 方法
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
命名空间: Microsoft.Office.Tools.Word
程序集: Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)
语法
声明
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 _
)
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%
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。