Share via


NotesOrientation Property

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

Applies to | PageSetup Object

See Also | Orientation Property | SlideOrientation Property