Table of Contents

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 string

The path to remote PDF document.

pageIndex int

The index of the page in the remote document to be displayed as the result of the action.

Returns

PdfRemoteGoToAction

The newly created PdfRemoteGoToAction.