CGContextPDF.AddDestination(String, CGPoint) 方法

定义

在指定位置添加目标名称。

public void AddDestination (string name, CoreGraphics.CGPoint point);
member this.AddDestination : string * CoreGraphics.CGPoint -> unit

参数

name
String

目标点的名称。

point
CGPoint

目标位置。

注解

使用它在 PDF 文档中添加目标。 当用户单击使用 SetDestination 定义的文档区域时,他们可以访问这些目标。

适用于