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
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.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
SystemObject
  Patagames.Pdf.NetPdfAction
    Patagames.Pdf.Net.ActionsPdf3DViewAction
    Patagames.Pdf.Net.ActionsPdfGoToAction
    Patagames.Pdf.Net.ActionsPdfGoToEAction
    Patagames.Pdf.Net.ActionsPdfGoToRAction
    Patagames.Pdf.Net.ActionsPdfHideAction
    Patagames.Pdf.Net.ActionsPdfImportDataAction
    Patagames.Pdf.Net.ActionsPdfJavaScriptAction
    Patagames.Pdf.Net.ActionsPdfLaunchAction
    Patagames.Pdf.Net.ActionsPdfMovieAction
    Patagames.Pdf.Net.ActionsPdfNamedAction
    Patagames.Pdf.Net.ActionsPdfOCGStateAction
    Patagames.Pdf.Net.ActionsPdfRenditionAction
    Patagames.Pdf.Net.ActionsPdfResetFormAction
    Patagames.Pdf.Net.ActionsPdfSoundAction
    Patagames.Pdf.Net.ActionsPdfSubmitFormAction
    Patagames.Pdf.Net.ActionsPdfThreadAction
    Patagames.Pdf.Net.ActionsPdfTransitionAction
    Patagames.Pdf.Net.ActionsPdfUriAction