Click or drag to resize

PdfAction Class

Represents the PDF action in a PDF document.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfAction
    More

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public class PdfAction

The PdfAction type exposes the following members.

Constructors
 NameDescription
Protected methodPdfAction Initializes a new instance of the PdfAction class.
Top
Properties
 NameDescription
Public propertyActionType Gets type of current action. See ActionTypes for details.
Public propertyDictionary Gets the action's dictionary.
Public propertyDocument Gets the document associated with this action.
Public propertyHandle Gets the Pdfium SDK handle that the action is bound to
Public propertyNext Gets the sequence of actions to be performed after the action represented by this class.
Top
Methods
 NameDescription
Public methodStatic memberFromHandle Create a new instance of the action class depending on its type.
Top
See Also
Inheritance Hierarchy