Action
Base class representing a destination or action.
public abstract class Action
Public MustInherit Class Action
Inheritance: ObjectAction
Derived: AnnotationShowHideAction, Destination, FileOpenAction, GoToAction, ImportFormDataAction, JavaScriptAction, ImportedAction, ImportedDestination, OutlineAnnotationAction, ResetAction, SubmitAction, UrlAction, XYDestination, ZoomDestination
Remarks
Action's derived classes are: UrlAction , XYDestination and ZoomDestination . Take a look a the Outlines and Bookmarks topic for examples that use these derived classes.
Methods
Draw(DocumentWriter) | Draws the action to the specified DocumentWriter object. |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |