UIGraphics.AddPDFContextDestination(String, CGPoint) Method

Definition

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

Applies to