_Presentation.PrintOut Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub PrintOut ( _
From As Integer, _
To As Integer, _
PrintToFile As String, _
Copies As Integer, _
Collate As MsoTriState _
)
'Usage
Dim instance As _Presentation
Dim From As Integer
Dim To As Integer
Dim PrintToFile As String
Dim Copies As Integer
Dim Collate As MsoTriState
instance.PrintOut(From, To, PrintToFile, _
Copies, Collate)
void PrintOut(
int From,
int To,
string PrintToFile,
int Copies,
MsoTriState Collate
)
Parameters
- From
Type: System.Int32
- To
Type: System.Int32
- PrintToFile
Type: System.String
- Copies
Type: System.Int32
- Collate
Type: Microsoft.Office.Core.MsoTriState