UIGraphics.AddPDFContextDestination(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 PDF destination with the given name at the given position.
public static void AddPDFContextDestination (string str, CoreGraphics.CGPoint point);
static member AddPDFContextDestination : string * CoreGraphics.CGPoint -> unit
Parameters
- str
- String
Name of destination point.
- point
- CGPoint
A point in the current context.
Remarks
Only valid if the current graphics context is a PDF context