共用方式為


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

錨點的位置。

屬性

適用於