Show / Hide Table of Contents

Class RemoteGotoAction

Represents an Action with remote goto functionality. This class cannot be inherited.

Inheritance
System.Object
Action
GotoAction
RemoteGotoAction
GotoAction.DestinationPage
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 sealed class RemoteGotoAction : GotoAction

Constructors

View Source

RemoteGotoAction(String, Int32)

Initializes a new instance of the RemoteGotoAction class.

Declaration
public RemoteGotoAction(string filePath, int destinationPage)
Parameters
Type Name Description
System.String filePath

The full pathname of the file.

System.Int32 destinationPage

Destination page.

Properties

View Source

FilePath

Gets the full pathname of the file.

Declaration
public string FilePath { get; }
Property Value
Type Description
System.String

The full pathname of the file.

Extension Methods

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