ICommonSlideViewProperties Interface

Represents common slide view properties.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ICommonSlideViewProperties

The ICommonSlideViewProperties type exposes the following members.

Properties
  NameDescription
Public propertyScale
Specifies the view scaling ratio in percentages. Read/write Int32.
Public propertyVariableScale
Specifies that the view content should automatically scale to best fit the current window size. Read/write Boolean.
See Also