CGContextPDF.AddDestination(String, CGPoint) Method

Definition

Adds a destination name at the specified location.

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

Parameters

name
String

The name of the destination point.

point
CGPoint

The location of the destination.

Remarks

Use this to add destinations in a PDF document. These destinations can be reached by the user when they click on a region of the document that was defined with SetDestination.

Applies to