Class GotoAction
Represents an Action with goto functionality.
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 class GotoAction : Action
Constructors
View SourceGotoAction(Int32)
Initializes a new instance of the GotoAction class.
Declaration
public GotoAction(int destinationPage)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | destinationPage | The destination page index. |
GotoAction(Int32, ActionType)
Initializes a new instance of the GotoAction class.
Declaration
protected GotoAction(int destinationPage, ActionType type)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | destinationPage | The destination page index. |
ActionType | type | The type of the derived action. |
Properties
View SourceDestinationPage
Gets the destination page index.
Declaration
public int DestinationPage { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The destination page index. |
Remarks
The page index is 1-based.