Show / Hide Table of Contents

Class ActionParameter

Container for parameters used in handling various actions

Inheritance
System.Object
ActionParameter
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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(Boolean)

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

Finalize()

Declaration
protected void Finalize()

GetAction()

Get the action object

Declaration
public Action GetAction()
Returns
Type Description
Action

Implements

System.IDisposable
Back to top Generated by DocFX