FitRExplicitDestination

FitRExplicitDestination(Page, double, double, double, double)

创建本地显式目标。

public FitRExplicitDestination(Page page, double left, double bottom, double right, double top)
范围类型描述
pagePage目标页面对象。
leftDouble可见矩形的左水平坐标。
bottomDouble可见矩形的底部垂直坐标。
rightDouble可见矩形的右水平坐标。
topDouble可见矩形的顶部垂直坐标。

也可以看看


FitRExplicitDestination(int, double, double, double, double)

创建远程显式目标。

public FitRExplicitDestination(int pageNumber, double left, double bottom, double right, double top)
范围类型描述
pageNumberInt32远程文档的目标页码。
leftDouble可见矩形的左水平坐标。
bottomDouble可见矩形的底部垂直坐标。
rightDouble可见矩形的右水平坐标。
topDouble可见矩形的顶部垂直坐标。

也可以看看