Click or drag to resize

ActionParameter Class

Container for parameters used in handling various actions
Inheritance Hierarchy
SystemObject
  pdftron.PDFActionParameter

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class ActionParameter : IClosable

The ActionParameter type exposes the following members.

Constructors
  NameDescription
Public methodActionParameter(Action)
Construct an ActionParameter object
Public methodActionParameter(Action, Field)
Construct an ActionParameter object
Public methodActionParameter(Action, IAnnot)
Construct an ActionParameter object
Public methodActionParameter(Action, Page)
Construct an ActionParameter object
Top
Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAction
Get the action object
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also