ReaderInterface
in
ReaderInterface for cross-reference readers.
Table of Contents
Methods
- getOffsetFor() : int|bool
- Get an offset by an object number.
- getTrailer() : PdfDictionary
- Get the trailer related to this cross reference.
Methods
getOffsetFor()
Get an offset by an object number.
public
getOffsetFor(int $objectNumber) : int|bool
Parameters
- $objectNumber : int
Return values
int|bool —False if the offset was not found.
getTrailer()
Get the trailer related to this cross reference.
public
getTrailer() : PdfDictionary