SlideSize

SlideSize class

Represents the size and orientation of a slide.

public class SlideSize : DomObject<Presentation>, ISlideSize

Properties

NameDescription
Orientation { get; set; }Gets or sets the slide orientation.
Size { get; }Gets the slide dimensions in points.
Type { get; }Gets the slide size type.

Methods

NameDescription
SetSize(SlideSizeType, SlideSizeScaleType)Sets the slide size by type and scales existing content.
SetSize(float, float, SlideSizeScaleType)Sets the slide dimensions explicitly and scales existing content.

See Also