globalToDocument method

Offset? globalToDocument(
  1. Offset global
)

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

Implementation

Offset? globalToDocument(Offset global) => _state._globalToDocument(global);