Class RenditionAction

RenditionAction class

A rendition action that controls the playing of multimedia content.

public sealed class RenditionAction : PdfAction

Properties

NameDescription
JavaScript { get; set; }Gets or sets JavaScript code associated with the action.
Next { get; }Next actions in sequence.
Rendition { get; }Gets or sets rendition associated with the action.
RenditionOperation { get; set; }The operation to perform when the action is triggered.

Methods

NameDescription
GetECMAScriptString()Gets string for ECMAScript Action.

See Also