NotesOrientation Property
Applies To
PageSetup object.
Description
Returns or sets the on-screen and printed orientation of notes pages, handouts, and outlines for the specified presentation. Can be one of the following MsoOrientation constants: msoOrientationHorizontal, msoOrientationMixed, or msoOrientationVertical. Read/write Long.
See Also
Orientation property, SlideOrientation property.
Example
This example sets the orientation of all notes pages, handouts, and outlines in the active presentation to horizontal (landscape).
Application.ActivePresentation.PageSetup.NotesOrientation = _
msoOrientationHorizontal