ICommonSlideViewProperties

ICommonSlideViewProperties interface

Represents common slide view properties.

public interface ICommonSlideViewProperties

Properties

NameDescription
DrawingGuides { get; }Returns the collection of the drawing guides. Read-only IDrawingGuidesCollection
Scale { get; set; }Specifies the view scaling ratio in percentages. Read/write Int32.
VariableScale { get; set; }Specifies that the view content should automatically scale to best fit the current window size. Read/write Boolean.

See Also