Compressed

data class Compressed(val objectNumber: Long, val containingObjectStream: Long, val indexInObjectStream: Int) : XrefEntry

Object stored inside an object-stream (PDF 1.5+ §7.5.7). Caller must fetch the containing object stream and look up indexInObjectStream.

Constructors

Link copied to clipboard
constructor(objectNumber: Long, containingObjectStream: Long, indexInObjectStream: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val objectNumber: Long