Aspose::Pdf::Annotations::NamedAction class

NamedAction class

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

class NamedAction : public Aspose::Pdf::Annotations::PdfAction

Methods

MethodDescription
get_Name()Gets the action to be performed.
get_Next()Next actions in sequence.
GetECMAScriptString()Gets string for ECMAScript Action.
NamedAction(PredefinedAction)Constructor for Named Action class.
set_Name(System::String)Sets the action to be performed.
ToString() const overrideReturns string representation of ExplicitDestination object.

See Also