addDestination(_:at:)
Sets a destination to jump to when a point in the current page of a PDF graphics context is clicked.
Declaration
func addDestination(_ name: CFString, at point: CGPoint)Parameters
- name:
A destination name.
- point:
A location in the current page of the PDF graphics context.