Create a new Remote Destination.
Namespace: TallComponents.PDF.Layout.NavigationAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
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.Layout.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.