Método Document.PrintOutOld
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 (em Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Microsoft.Office.Tools.Word (em Microsoft.Office.Tools.Word.dll)
Sintaxe
'Declaração
Sub PrintOutOld ( _
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 _
)
void PrintOutOld(
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
)
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%
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.