Share via


Presentation.HandoutMaster Property (PowerPoint)

Returns a Master object that represents the handout master. Read-only.

Syntax

expression .HandoutMaster

expression A variable that represents a Presentation object.

Return Value

Master

Example

This example sets the background pattern on the handout master in the active presentation.

Application.ActivePresentation.HandoutMaster.Background.Fill _

    .Patterned msoPatternDarkHorizontal

See Also

Concepts

Presentation Object Members

Presentation Object