Class ActionParameter
Container for parameters used in handling various actions
Implements
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.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
Destroy()
Declaration
public void Destroy()
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~ActionParameter()
Releases all resources used by the ActionParameter
Declaration
protected ~ActionParameter()
GetAction()
Get the action object
Declaration
public Action GetAction()
Returns
Type | Description |
---|---|
Action |