Contents

draw(with:)

Draws the annotation on its associated page.

Declaration

func draw(with box: PDFDisplayBox)

Parameters

  • box:

    The bounding box to draw the annotation in.

Mentioned in

Discussion

The annotation is drawn relative to the origin of box in page-space coordinates.

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

See Also

Related Documentation

Deprecated Methods