IndirectObject

data class IndirectObject(val number: Long, val generation: Int, val value: PdfObject)

An object as it appears in the body: number, generation, and the value.

Constructors

Link copied to clipboard
constructor(number: Long, generation: Int, value: PdfObject)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard