Method CreateRemoteGoToPageAction
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CreateRemoteGoToPageAction(string, int)
Creates a new PdfRemoteGoToAction with specified properties.
public PdfRemoteGoToAction CreateRemoteGoToPageAction(string path, int pageIndex)
Parameters
path
stringThe path to remote PDF document.
pageIndex
intThe index of the page in the remote document to be displayed as the result of the action.
Returns
- PdfRemoteGoToAction
The newly created PdfRemoteGoToAction.
CreateRemoteGoToPageAction(string, string)
Creates a new PdfRemoteGoToAction associated with a named view (destination).
public PdfRemoteGoToAction CreateRemoteGoToPageAction(string path, string viewName)
Parameters
path
stringThe path to remote PDF document.
viewName
stringThe name of the view (destination). The view with this name should be displayed as the result of the action.
Returns
- PdfRemoteGoToAction
The newly created PdfRemoteGoToAction.