ZoomObject
ZoomObject class
Represents an Zoom object in a slide.
getImage
| Name | Description |
|---|
| getImage () | Gets or sets image for zoom object. Read/write IPPImage. |
Result:
PPImage
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. |
Result:
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. |
Result:
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 |
Result:
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. |
Result:
float
setImage
| Name | Description |
|---|
| setImage (PPImage) | Gets or sets image for zoom object. Read/write IPPImage. |
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. |
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. |
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 |
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. |