Create a new Remote Destination.
Namespace: TallComponents.PDF.NavigationAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public RemoteDestination( string path, int pageIndex, WindowBehavior windowBehavior ) |
| Visual Basic |
|---|
Public Sub New ( _ path As String, _ pageIndex As Integer, _ windowBehavior As WindowBehavior _ ) |
Parameters
- path
- Type: System..::..String
The uniform resource locator (url) for this remote destination.
- pageIndex
- Type: System..::..Int32
The zero-based index.
- windowBehavior
- Type: TallComponents.PDF.Navigation..::..WindowBehavior
Whether to open the destination in a new windows, current one or specified by the user preferences.
Remarks
PageDisplay.FitEntire will be used.