PdfInt

data class PdfInt(val value: Long) : PdfObject

Constructors

Link copied to clipboard
constructor(value: Long)

Properties

Link copied to clipboard
val value: Long

Functions

Link copied to clipboard

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

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