UIGraphicsPdfRendererContext.AddDestination(String, CGPoint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 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
錨點的位置。
- 屬性