UIGraphics.SetPDFContextDestination(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.
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.