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
pathstringThe path to remote PDF document.
pageIndexintThe 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
pathstringThe path to remote PDF document.
viewNamestringThe 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.