편집

다음을 통해 공유


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