com.hp.jipp.pdl.RenderableDocument.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jipp-pdl Show documentation
Show all versions of jipp-pdl Show documentation
PWG-Raster and PCLm conversions
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