PrintOptions.Collate Property
Determines whether a complete copy of the specified presentation is printed before the first page of the next copy is printed. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Collate As MsoTriState
Get
Set
'Usage
Dim instance As PrintOptions
Dim value As MsoTriState
value = instance.Collate
instance.Collate = value
MsoTriState Collate { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
Specifying a value for the Collate argument of the PrintOut(Int32, Int32, String, Int32, MsoTriState) method sets the value of this property.
The value of the Collate property can be one of the following MsoTriState constants:
Constant |
Description |
---|---|
A copy of the specified presentation is not printed before the first page of the next copy is printed. |
|
The default. A complete copy of the specified presentation is printed before the first page of the next copy is printed. |