Presentation
HandoutMaster Property
|
Gets a master for all notes slides of this presentation.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public INoteMasterSlide HandoutMaster { get; }
Public ReadOnly Property HandoutMaster As INoteMasterSlide
Get
public:
property INoteMasterSlide^ HandoutMaster {
INoteMasterSlide^ get ();
}
member HandoutMaster : INoteMasterSlide with get
Property Value
Type:
INoteMasterSlide
See Also