GoToRemoteAction

GoToRemoteAction(string, int)

初始化 GoToRemoteAction 对象。

public GoToRemoteAction(string remotePdf, int remotePageNumber)
范围类型描述
remotePdfString目标 PDF 文档。
remotePageNumberInt32目标页码。

也可以看看


GoToRemoteAction(string, ExplicitDestination)

初始化 GoToRemoteAction 对象。

public GoToRemoteAction(string remotePdf, ExplicitDestination destination)
范围类型描述
remotePdfString目标 PDF 文档。
destinationExplicitDestinationPDF 文档中的目的地。

也可以看看