UIGraphics.SetPDFContextURL(NSUrl, CGRect) Method

Definition

Links the URL to the specified rectangle on the PDF page.

public static void SetPDFContextURL(Foundation.NSUrl url, CoreGraphics.CGRect rect);
static member SetPDFContextURL : Foundation.NSUrl * CoreGraphics.CGRect -> unit

Parameters

url
NSUrl

The URL to link.

rect
CGRect

The rectangle on the PDF page to associate with the URL.

Applies to