IZoomObject

IZoomObject interface

Represents a Zoom object in a slide.

public interface IZoomObject : IGraphicalObject

Properties

NameDescription
AsIGraphicalObject { get; }Allows to get base IGraphicalObject interface. Read-only IGraphicalObject.
Image { get; set; }Gets or sets image for zoom object. Read/write IPPImage.
ImageType { get; set; }Gets or sets the image type of a zoom object. Read/write ZoomImageType. Default value: Preview
ReturnToParent { get; set; }Gets or sets the navigation behavior in slideshow. Read/write Boolean. Default value: false
ShowBackground { get; set; }Gets or sets value that specifies whether the Zoom will use the background of the destination slide. Read/write Boolean. Default value: true
TransitionDuration { get; set; }Gets or sets the duration of the transition between Zoom and slide. Read/write Single. Default value: 1.0f

See Also