Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of print range for the presentation.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("F8FB4BD4-ECE4-4009-9FA6-AC93191315EB")> _
Public Enumeration PpPrintRangeType
'Usage
Dim instance As PpPrintRangeType
[GuidAttribute("F8FB4BD4-ECE4-4009-9FA6-AC93191315EB")]
public enum PpPrintRangeType
Members
| Member name | Description | |
|---|---|---|
| ppPrintAll | Print all slides in the presentation. | |
| ppPrintSelection | Print a selection of slides. | |
| ppPrintCurrent | Print the current slide from the presentation. | |
| ppPrintSlideRange | Print a range of slides. | |
| ppPrintNamedSlideShow | Print a named slide show. | |
| ppPrintSection | Print the slides of a slideshow section. |