UIGraphicsPdfRendererContext.AddDestination(String, CGPoint) 方法

定义

在 PDF 中创建命名目标 (链接目标) 。

[Foundation.Export("addDestinationWithName:atPoint:")]
public virtual void AddDestination (string name, CoreGraphics.CGPoint point);
abstract member AddDestination : string * CoreGraphics.CGPoint -> unit
override this.AddDestination : string * CoreGraphics.CGPoint -> unit

参数

name
String

目标的标识符。

point
CGPoint

定位点的位置。

属性

适用于