Constructor GoToAction
Namespace TallComponents.PDF.Layout.Actions
Class GoToAction
Create a new GoTo action that jumps to the specified document.
Syntax
public
GoToAction(
String
fileSpecification
,
Int32
pageIndex
)
Parameters
String
fileSpecification
The name of the file.
Int32
pageIndex
The 0-based index of the page.
Uses a
to jump to another file. Note that the fileSpecification must be a path to a file, not a URI.