CGContextPDF.SetUrl(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.
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.