TargetSlide
IZoomFrame.TargetSlide property
Gets or sets the slide object that the Slide Zoom object links to. Read/write ISlide
.
public ISlide TargetSlide { get; set; }
Examples
Next example demonstrates changing target slide and creates new image for the Slide Zoom object:
[C#]
IZoomFrame zoomFrame = pres.Slides[0].Shapes.AddZoomFrame(150, 20, 50, 50, pres.Slides[1]);
zoomFrame.TargetSlide = pres.Slides[2];
See Also
- interface ISlide
- interface IZoomFrame
- namespace Aspose.Slides
- assembly Aspose.Slides