PdfBoolean

data class PdfBoolean(val value: Boolean) : PdfObject

Constructors

Link copied to clipboard
constructor(value: Boolean)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Resolve indirect refs against refs; non-refs return themselves.

Link copied to clipboard
open override fun toString(): String