Document.PrintOut2000 (Método)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Espacio de nombres: Microsoft.Office.Tools.Word
Ensamblados: Microsoft.Office.Tools.Word.v4.0.Utilities (en Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Microsoft.Office.Tools.Word (en Microsoft.Office.Tools.Word.dll)
Sintaxis
'Declaración
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
)
Parámetros
- Background
Tipo: System.Object%
- Append
Tipo: System.Object%
- Range
Tipo: System.Object%
- OutputFileName
Tipo: System.Object%
- From
Tipo: System.Object%
- To
Tipo: System.Object%
- Item
Tipo: System.Object%
- Copies
Tipo: System.Object%
- Pages
Tipo: System.Object%
- PageType
Tipo: System.Object%
- PrintToFile
Tipo: System.Object%
- Collate
Tipo: System.Object%
- ActivePrinterMacGX
Tipo: System.Object%
- ManualDuplexPrint
Tipo: System.Object%
- PrintZoomColumn
Tipo: System.Object%
- PrintZoomRow
Tipo: System.Object%
- PrintZoomPaperWidth
Tipo: System.Object%
- PrintZoomPaperHeight
Tipo: System.Object%
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.