Enum PdfRenditionOperation
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Enumeration for all known rendition operations.
public enum PdfRenditionOperation
Fields
Pause = 2
Pause any rendition being played in association with the annotation. If no rendition is being played, there is no effect.
Play = 4
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; otherwise, do nothing.
PlayNew = 0
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.
Resume = 3
Resume any rendition being played in association with the annotation. If no rendition is being played or the rendition is not paused, there is no effect.
Stop = 1
Stop any rendition being played in association with the annotation, and remove the association. If no rendition is being played, there is no effect.
Unspecified = -1
Operation is not specified.