CreateDestination

CreateDestination(Page, ExplicitDestinationType, params double[])

创建 ExplicitDestination 后代类的实例。

public static ExplicitDestination CreateDestination(Page page, ExplicitDestinationType type, 
    params double[] values)
范围类型描述
pagePage目标页面的对象。
typeExplicitDestinationType显式目的地的类型。
valuesDouble[]双精度值数组。

返回值

显式目标对象。

也可以看看


CreateDestination(int, ExplicitDestinationType, params double[])

创建 ExplicitDestination 后代类的实例。

public static ExplicitDestination CreateDestination(int pageNumber, ExplicitDestinationType type, 
    params double[] values)
范围类型描述
pageNumberInt32目标页码。
typeExplicitDestinationType显式目的地的类型。
valuesDouble[]双精度值数组。

返回值

显式目标对象。

也可以看看