Class ActionParameter
Container for parameters used in handling various actions
Implements
Inherited Members
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 |