RenditionOperation
Contents
[
Hide
]RenditionOperation enumeration
The operation to perform when the action is triggered.
Members
| Member name | Description |
|---|---|
| PLAY_STOP | If no rendition is associated with the annotation, play the specified rendition, associating it with the annotation. If a rendition is already associated with the annotation, it shall be stopped, and the new rendition shall be associated with the annotation. |
| STOP | Stop any rendition being played in association with the annotation. |
| PAUSE | Pause any rendition being played in association with the annotation. |
| RESUME | Resume any rendition being played in association with the annotation. |
| PLAY_RESUME | Play the specified rendition, associating it with the annotation. If a rendition is already associated with the annotation, resume the rendition if it is paused. |
| UNDEFINED | Operation not defined. |
See Also
- namespace aspose.pdf.annotations
- assembly Aspose.PDF