IViewProperties

IViewProperties interface

Presentation wide view properties.

public interface IViewProperties

Properties

NameDescription
GridSpacing { get; set; }Returns or sets the grid spacing that should be used for the grid underlying the presentation document, in points. Read/write Single.
LastView { get; set; }Specifies the view mode that was used when the presentation document was last saved. Read/write ViewType.
NormalViewProperties { get; }Represents normal view properties. The normal view consists of three content regions: the slide itself, a side content region, and a bottom content region. Read-only INormalViewProperties.
NotesViewProperties { get; }Specifies common view properties associated with the notes view mode. Read-only ICommonSlideViewProperties.
ShowComments { get; set; }Specifies whether the slide comments should be shown. Read/write NullableBool.
SlideViewProperties { get; }Specifies common view properties associated with the slide view mode. Read-only ICommonSlideViewProperties.

See Also