documentToGlobal method

Offset? documentToGlobal(
  1. Offset document
)

Converts the local position in the PDF document structure to the global position.

Implementation

Offset? documentToGlobal(Offset document) =>
    _state._documentToGlobal(document);