IZoomFrame

IZoomFrame interface

Represents a Slide Zoom object in a slide.

public interface IZoomFrame : IZoomObject

Properties

NameDescription
AsIZoomObject { get; }Returns IZoomObject interface.
TargetSlide { get; set; }Gets or sets the slide object that the Slide Zoom object links to. Read/write ISlide.

See Also