NotesOrientation Property

Microsoft PowerPoint Visual Basic

Returns or sets the on-screen and printed orientation of notes pages, handouts, and outlines for the specified presentation. Read/write MsoOrientation.

MsoOrientation can be one of these MsoOrientation constants.
msoOrientationHorizontal
msoOrientationMixed
msoOrientationVertical

expression.NotesOrientation   

expression    Required. An expression that returns one of the objects in the Applies To list.

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