Constructor RemoteDestination

Namespace TallComponents.PDF.Navigation
Class RemoteDestination

Create a new Remote Destination.

Syntax

public  RemoteDestination( String  path Int32  pageIndex WindowBehavior  windowBehavior )

Parameters


String path
The uniform resource locator (url) for this remote destination.

Int32 pageIndex
The zero-based index.

WindowBehavior windowBehavior
Whether to open the destination in a new windows, current one or specified by the user preferences.

PageDisplay.FitEntire will be used.