CGContextPDF.SetDestination(String, CGRect) Method

Definition

If the user clicks or taps in the specified region, the PDF viewer will jump to the named destination

public void SetDestination (string name, CoreGraphics.CGRect rect);
member this.SetDestination : string * CoreGraphics.CGRect -> unit

Parameters

name
String

The name for the destination.

rect
CGRect

The region that will respond to user input.

Applies to