UIGraphics.SetPDFContextURL(NSUrl, CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.