PdfName

data class PdfName(val value: String) : PdfObject

PDF Name (always starts with "/"). Stored without the leading slash.

Constructors

Link copied to clipboard
constructor(value: String)

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