Action Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an abstract action.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.ActionsAction
        More...

Namespace:  Apitron.PDF.Kit.Interactive.Actions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public abstract class Action : UndefinedResource, 
	IAction

The Action type exposes the following members.

Properties

  NameDescription
Public propertyActionType
Gets the type of the action.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyNext
The next action or sequence of actions that shall be performed after the action represented by this instance.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.ActionsAction
        Apitron.PDF.Kit.Interactive.ActionsEmbeddedGoToAction
        Apitron.PDF.Kit.Interactive.ActionsGoToAction
        Apitron.PDF.Kit.Interactive.ActionsHideAction
        Apitron.PDF.Kit.Interactive.ActionsImportDataAction
        Apitron.PDF.Kit.Interactive.ActionsJavaScriptAction
        Apitron.PDF.Kit.Interactive.ActionsLaunchAction
        Apitron.PDF.Kit.Interactive.ActionsNamedAction
        Apitron.PDF.Kit.Interactive.ActionsRemoteGoToAction
        Apitron.PDF.Kit.Interactive.ActionsResetFormAction
        Apitron.PDF.Kit.Interactive.ActionsSubmitFormAction
        Apitron.PDF.Kit.Interactive.ActionsThreadAction
        Apitron.PDF.Kit.Interactive.ActionsURIAction