Action ClassByteScout PDF SDK
Represents an abstract class for the PDF actions.
Inheritance Hierarchy

SystemObject
  Bytescout.PDFAction
    More...

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public abstract class Action

The Action type exposes the following members.

Properties

  NameDescription
Public propertyNext
Gets the sequence of actions to be performed after the action represented by this instance.
Public propertyType
Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  Bytescout.PDFAction
    Bytescout.PDFGoTo3DViewAction
    Bytescout.PDFGoToAction
    Bytescout.PDFGoToEmbeddedAction
    Bytescout.PDFGoToRemoteAction
    Bytescout.PDFHideAction
    Bytescout.PDFImportDataAction
    Bytescout.PDFJavaScriptAction
    Bytescout.PDFLaunchAction
    Bytescout.PDFMovieAction
    Bytescout.PDFNamedAction
    Bytescout.PDFRenditionAction
    Bytescout.PDFResetFormAction
    Bytescout.PDFSetOptionalContentGroupsStateAction
    Bytescout.PDFSoundAction
    Bytescout.PDFSubmitFormAction
    Bytescout.PDFThreadAction
    Bytescout.PDFTransitionAction
    Bytescout.PDFURIAction