PrintOptions Interface

Contains print options for a presentation.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("9149345D-5A91-11CF-8700-00AA0060263B")> _
Public Interface PrintOptions
'Usage
Dim instance As PrintOptions
[GuidAttribute("9149345D-5A91-11CF-8700-00AA0060263B")]
public interface PrintOptions

Remarks

Note

Specifying the optional arguments From, To, Copies, and Collate for the PrintOut(Int32, Int32, String, Int32, MsoTriState) method sets the corresponding properties of the PrintOptions object.

See Also

Reference

PrintOptions Members

Microsoft.Office.Interop.PowerPoint Namespace