Once you initialize the photo browser, you can initialize instance variable to use the photo browser methods and properties.
Index |
Method |
Description |
1) |
myPhotoBrowser.open(index); |
It is used to open the photo browser on photo with index number. If index is not specified then, last closed photo will be opened. |
2) |
myPhotoBrowser.close(); |
It is used to close the photo browser. |
3) |
myPhotoBrowser.toggleZoom(); |
It toggles the zoom of currently active slide. |
4) |
myPhotoBrowser.toggleExposition(); |
It is used to toggle the exposition mode. |
5) |
myPhotoBrowser.enableExposition(); |
It is used to enable the exposition mode. |
6) |
myPhotoBrowser.disableExposition(); |
It is used when you want to disable the exposition mode. |