All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hp.jipp.pdl.RenderableDocument.kt Maven / Gradle / Ivy

There is a newer version: 0.7.16
Show newest version
package com.hp.jipp.pdl

/** A document, consisting of a collection of [RenderablePage] objects. */
interface RenderableDocument : Iterable {
    /** Dots-per-inch used when rendering this document. */
    val dpi: Int
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy