CGContextPDF.SetUrl(NSUrl, CGRect) Method

Definition

Associates a region in the screen with a url. When the user clicks or taps in that region, he will be redirected to that url on their PDF viewer.

public void SetUrl (Foundation.NSUrl url, CoreGraphics.CGRect region);
member this.SetUrl : Foundation.NSUrl * CoreGraphics.CGRect -> unit

Parameters

url
NSUrl

The target url.

region
CGRect

The region.

Applies to