PdfRenditionOperation Enumeration

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfRenditionOperation Enumeration
Enumeration for all known rendition operations.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public enum PdfRenditionOperation
VB
Public Enumeration PdfRenditionOperation

Members

  Member nameValueDescription
Unspecified-1 Operation is not specified.
PlayNew0 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.
Stop1 Stop any rendition being played in association with the annotation, and remove the association. If no rendition is being played, there is no effect.
Pause2 Pause any rendition being played in association with the annotation. If no rendition is being played, there is no effect.
Resume3 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.
Play4 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.

See Also