IZoomObject
Contents
[
Hide
]IZoomObject interface
Represents a Zoom object in a slide.
public interface IZoomObject : IGraphicalObject
Properties
Name | Description |
---|---|
AsIGraphicalObject { get; } | Allows to get base IGraphicalObject interface. Read-only IGraphicalObject . |
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 |
ZoomImage { get; set; } | Gets or sets image for zoom object. Read/write IPPImage . |
See Also
- interface IGraphicalObject
- namespace Aspose.Slides
- assembly Aspose.Slides