Click or drag to resize

CPDFAction Class

A PDF action may have sub-actions. When this action is triggered, its sub-actions should also be triggered in turn.
Inheritance Hierarchy

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

The CPDFAction type exposes the following members.

Constructors
  NameDescription
Public methodCPDFAction
Constructor function, used for creating action.
Top
Properties
  NameDescription
Public propertyActionType
Get action type, more:C_ACTION_TYPE
Top
Methods
  NameDescription
Public methodIsValid
Whether the object is valid.
Public methodRelease
Releases resources of the object.
Top
See Also