CGContextPDF.SetDestination(String, 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.
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.