Class NamedAction

NamedAction class

Represents named actions that PDF viewer applications are expected to support.

public sealed class NamedAction : PdfAction

Constructors

NameDescription
NamedAction(PredefinedAction)Constructor for Named Action class.

Properties

NameDescription
Name { get; set; }Gets or sets the action to be performed.
Next { get; }Next actions in sequence.

Methods

NameDescription
GetECMAScriptString()Gets string for ECMAScript Action.

See Also