ZoomObject
ZoomObject class
Represents an Zoom object in a slide.
getImageType
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
getZoomImage () | Gets or sets image for zoom object. Read/write IPPImage. |
Returns: PPImage
setImageType
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
setZoomImage (PPImage) | Gets or sets image for zoom object. Read/write IPPImage. |
Returns: void