UIGraphicsPdfRendererContext.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.
Creates a named destination (link target) in the PDF.
[Foundation.Export("addDestinationWithName:atPoint:")]
public virtual void AddDestination (string name, CoreGraphics.CGPoint point);
abstract member AddDestination : string * CoreGraphics.CGPoint -> unit
override this.AddDestination : string * CoreGraphics.CGPoint -> unit
Parameters
- name
- String
The identifier for the destination.
- point
- CGPoint
The location for the anchor.
- Attributes