Class RemoteGotoAction
Represents an Action with remote goto functionality. This class cannot be inherited.
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 SourceRemoteGotoAction(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 SourceFilePath
Gets the full pathname of the file.
Declaration
public string FilePath { get; }
Property Value
Type | Description |
---|---|
System.String | The full pathname of the file. |