UIGraphics.SetPDFContextDestination(String, CGRect) Method

Definition

Sets the PDF destination with the given name at the given position.

public static void SetPDFContextDestination(string str, CoreGraphics.CGRect rect);
static member SetPDFContextDestination : string * CoreGraphics.CGRect -> unit

Parameters

str
String

The name of the destination.

rect
CGRect

The rectangle to associate with the destination.

Applies to