ExplicitDestination

ExplicitDestination

概述

ExplicitDestination 是 Aspose.PDF FOSS for .NET 的类。. 继承: IAppointment.

代表一个明确的目的地在PDF文件(例如:.

此类提供 4 种方法,以便在 .NET 程序中使用 ExplicitDestination 对象。. 可用的方法包括: CreateDestination, ToString. 所有公共成员都可以在安装 Aspose.PDF FOSS for .NET 包后访问任何 .net 应用程序。. 属性: Page, PageNumber, Type.

属性

名称类型Access描述
PageNumberint阅读目标页面号码(基于1个).
Typestring阅读目的地类型名称(Fit、XYZ、FithH等)。.
PagePage?阅读目标页面(API Parity).

方法

Signature描述
ToString()请在这个 ExplicitDestination 例子上打电话。.
CreateDestination(pageNumber: int, type: ExplicitDestinationType, values: double[])工厂:创建具体目的地字段,以便在页面上输入数字。.
CreateDestination(page: Page, type: ExplicitDestinationType, values: double[])工厂:在页面上创建目的地。.
CreateDestination(doc: Document, pageNumber: int, type: ExplicitDestinationType, values: double[])工厂:在 doc 中创建页面上的目的地。.

看也

 中文