UIGraphicsPdfRendererContext.AddDestination(String, CGPoint) Method

Definition

Creates a named destination (link target) in the 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

Parameters

name
String

The identifier for the destination.

point
CGPoint

The location for the anchor.

Attributes

Applies to