共用方式為


PrintOptions.HandoutOrder Property

Returns or sets the page layout order in which slides appear on printed handouts that show multiple slides on one page. Read/write.

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

Syntax

'Declaration
Property HandoutOrder As PpPrintHandoutOrder
    Get
    Set
'Usage
Dim instance As PrintOptions
Dim value As PpPrintHandoutOrder

value = instance.HandoutOrder

instance.HandoutOrder = value
PpPrintHandoutOrder HandoutOrder { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpPrintHandoutOrder

Remarks

The value of the HandoutOrder property can be one of the following PpPrintHandoutOrder constants:

Constant

Description

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.

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 below it.

See Also

Reference

PrintOptions Interface

PrintOptions Members

Microsoft.Office.Interop.PowerPoint Namespace