Show / Hide Table of Contents

Class ActionParameter

Container for parameters used in handling various actions

Inheritance
object
ActionParameter
Implements
IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class ActionParameter : IDisposable

Constructors

ActionParameter(Action)

Construct an ActionParameter object

Declaration
public ActionParameter(Action action)
Parameters
Type Name Description
Action action

the action object

ActionParameter(Action, Annot)

Construct an ActionParameter object

Declaration
public ActionParameter(Action action, Annot annot)
Parameters
Type Name Description
Action action

the action object

Annot annot

the annot object

ActionParameter(Action, Field)

Construct an ActionParameter object

Declaration
public ActionParameter(Action action, Field field)
Parameters
Type Name Description
Action action

the action object

Field field

the field object

ActionParameter(Action, Page)

Construct an ActionParameter object

Declaration
public ActionParameter(Action action, Page page)
Parameters
Type Name Description
Action action

the action object

Page page

the page object

Methods

Dispose()

Destructor

Declaration
public override sealed void Dispose()

Dispose(bool)

Declaration
[HandleProcessCorruptedStateExceptions]
protected virtual void Dispose(bool A_0)
Parameters
Type Name Description
bool A_0

~ActionParameter()

Declaration
protected ~ActionParameter()

GetAction()

Get the action object

Declaration
public Action GetAction()
Returns
Type Description
Action

Implements

IDisposable
In this article
Back to top Generated by DocFX