Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfRemoteGoToAction CreateRemoteGoToPageAction(
string path,
int pageIndex
)
VB
Public Function CreateRemoteGoToPageAction (
path As String,
pageIndex As Integer
) As PdfRemoteGoToAction
Parameters
- path
- Type: System.String
The path to remote PDF document. - pageIndex
- Type: System.Int32
The index of the page in the remote document to be
displayed as the result of the action.
Return Value
Type:
PdfRemoteGoToAction
The newly created
PdfRemoteGoToAction.
See Also