CGContextPDF.AddDestination(String, CGPoint) 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.
Adds a destination name at the specified location.
public void AddDestination (string name, CoreGraphics.CGPoint point);
member this.AddDestination : string * CoreGraphics.CGPoint -> unit
Parameters
- name
- String
The name of the destination point.
- point
- CGPoint
The location of the destination.
Remarks
Use this to add destinations in a PDF document. These destinations can be reached by the user when they click on a region of the document that was defined with SetDestination.