Click or drag to resize

CPDFNamedAction Class

Named action is an action that executes an event predefined by the viewer application. A CPDFNamedAction object represents an action with a defined name.
Inheritance Hierarchy

Namespace:  ComPDFKit.PDFDocument.Action
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public class CPDFNamedAction : CPDFAction

The CPDFNamedAction type exposes the following members.

Constructors
  NameDescription
Public methodCPDFNamedAction
Constructor function, used for creating Named action.
Top
Properties
  NameDescription
Public propertyActionType
Get action type, more:C_ACTION_TYPE
(Inherited from CPDFAction.)
Top
Methods
  NameDescription
Public methodGetName
Gets action name.
Public methodIsValid
Whether the object is valid.
(Inherited from CPDFAction.)
Public methodRelease
Releases resources of the object.
(Inherited from CPDFAction.)
Public methodSetName
Sets action name.
Top
See Also