Document.PrintOut2000 Method
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools.Word
Assemblies: Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Syntax
'Declaration
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
)
Parameters
- Background
Type: System.Object%
- Append
Type: System.Object%
- Range
Type: System.Object%
- OutputFileName
Type: System.Object%
- From
Type: System.Object%
- To
Type: System.Object%
- Item
Type: System.Object%
- Copies
Type: System.Object%
- Pages
Type: System.Object%
- PageType
Type: System.Object%
- PrintToFile
Type: System.Object%
- Collate
Type: System.Object%
- ActivePrinterMacGX
Type: System.Object%
- ManualDuplexPrint
Type: System.Object%
- PrintZoomColumn
Type: System.Object%
- PrintZoomRow
Type: System.Object%
- PrintZoomPaperWidth
Type: System.Object%
- PrintZoomPaperHeight
Type: System.Object%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.