MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / xref

Method xref

src/__init__.py:13225–13228  ·  view source on GitHub ↗

PDF xref number of page.

(self)

Source from the content-addressed store, hash-verified

13223
13224 @property
13225 def xref(self):
13226 """PDF xref number of page."""
13227 CheckParent(self)
13228 return self.parent.page_xref(self.number)
13229
13230 rect = property(bound, doc="page rectangle")
13231

Callers

nothing calls this directly

Calls 2

CheckParentFunction · 0.85
page_xrefMethod · 0.80

Tested by

no test coverage detected