Class Action
Represents information about the action of a bookmark or link.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Pdf
Assembly: Sartorius.SAF.Pdf.dll
Syntax
public abstract class Action
Constructors
View SourceAction(ActionType)
Initializes a new instance of the Action class.
Declaration
protected Action(ActionType type)
Parameters
Type | Name | Description |
---|---|---|
ActionType | type | The type of the action. |
Properties
View SourceType
Gets the type of this action.
Declaration
public ActionType Type { get; }
Property Value
Type | Description |
---|---|
ActionType | The type of this action. |