ZoomObject

ZoomObject class

Represents an Zoom object in a slide.

getImageType

NameDescription
getImageType ()Gets or sets the image type of a zoom object. Read/write ZoomImageType. Default value: Preview Specifies whether the Zoom object is using the slide preview or a cover image.

Returns: int


getReturnToParent

NameDescription
getReturnToParent ()Gets or sets the navigation behavior in slideshow. Read/write boolean. Default value: false True value of the property specifies return to parent navigation behavior in slideshow.

Returns: boolean


getShowBackground

NameDescription
getShowBackground ()Gets or sets value that specifies whether the Zoom will use the background of the destination slide. Read/write boolean. Default value: true

Returns: boolean


getTransitionDuration

NameDescription
getTransitionDuration ()Gets or sets the duration of the transition between Zoom and slide. Read/write float. Default value: 1.0f If not specified (TransitionDur = 0), it will use the destination slide transition and the timings associated with that transition.

Returns: float


getZoomImage

NameDescription
getZoomImage ()Gets or sets image for zoom object. Read/write IPPImage.

Returns: PPImage


setImageType

NameDescription
setImageType (int)Gets or sets the image type of a zoom object. Read/write ZoomImageType. Default value: Preview Specifies whether the Zoom object is using the slide preview or a cover image.

Returns: void


setReturnToParent

NameDescription
setReturnToParent (boolean)Gets or sets the navigation behavior in slideshow. Read/write boolean. Default value: false True value of the property specifies return to parent navigation behavior in slideshow.

Returns: void


setShowBackground

NameDescription
setShowBackground (boolean)Gets or sets value that specifies whether the Zoom will use the background of the destination slide. Read/write boolean. Default value: true

Returns: void


setTransitionDuration

NameDescription
setTransitionDuration (float)Gets or sets the duration of the transition between Zoom and slide. Read/write float. Default value: 1.0f If not specified (TransitionDur = 0), it will use the destination slide transition and the timings associated with that transition.

Returns: void


setZoomImage

NameDescription
setZoomImage (PPImage)Gets or sets image for zoom object. Read/write IPPImage.

Returns: void