NamedAction Class
Represents named actions that PDF viewer applications are expected to support.
Inheritance Hierarchy

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class NamedAction : PdfAction

The NamedAction type exposes the following members.

Constructors
  NameDescription
Public methodNamedAction
Constructor for Named Action class.
Properties
  NameDescription
Public propertyName
Gets or sets the action to be performed.
Public propertyNext
Next actions in sequence.
(Inherited from PdfAction.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also