Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class Operation(val operator: String, val operands: List<PdfObject>, val inlineImage: ByteArray? = null)

One content-stream operation: an operator and its operands.