Contents

point

Sets the point, in page space, on the page referenced by the remote go-to action.

Declaration

var point: CGPoint { get set }
var point: NSPoint { get set }

Parameters

  • point:

    The point on the remote page to go to. If either the x value or the y value of the point is kPDFDestinationUnspecifiedValue, no position on the page is specified.

Discussion

Page space is a 72-dpi coordinate system with the origin at the lower-left corner of the current page.