Show / Hide Table of Contents

Class GotoAction

Represents an Action with goto functionality.

Inheritance
System.Object
Action
GotoAction
RemoteGotoAction
Action.Type
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 Source

GotoAction(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.

View Source

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 Source

DestinationPage

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.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX