PpPrintHandoutOrder Enumeration
Specifies the page layout order in which slides appear on printed handouts that show multiple slides on one page.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("D3A902F8-8526-4DDB-A72E-218C989128DB")> _
Public Enumeration PpPrintHandoutOrder
'Usage
Dim instance As PpPrintHandoutOrder
[GuidAttribute("D3A902F8-8526-4DDB-A72E-218C989128DB")]
public enum PpPrintHandoutOrder
Members
Member name | Description | |
---|---|---|
ppPrintHandoutVerticalFirst | Slides are ordered vertically, with the first slide in the upper-left corner and the second slide below it.
If your language setting specifies a right-to-left language, the first slide is in the upper-right corner with the second slide to the left of it. |
|
ppPrintHandoutHorizontalFirst | Slides are ordered horizontally, with the first slide in the upper-left corner and the second slide to the right of it.
If your language setting specifies a right-to-left language, the first slide is in the upper-right corner with the second slide to the left of it. |