PdfVersion

data class PdfVersion(val major: Int, val minor: Int)

PDF file version, for example 1.7.

Constructors

Link copied to clipboard
constructor(major: Int, minor: Int)

Properties

Link copied to clipboard
val major: Int

Major version digit.

Link copied to clipboard
val minor: Int

Minor version digit.

Functions

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