com.hp.jipp.pdl.pclm.PclmCapabilities.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.pclm
/** Capabilities of the target device that are important when rendering */
data class PclmCapabilities(
/** Height of each strip to send via PCLM, in pixels */
val stripHeight: Int,
/** True if the target device supports color */
val color: Boolean
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy