PdfTextLayerOptions

data class PdfTextLayerOptions(val customCss: String? = null)

Various options related to the PDF Text layer

Constructors

Link copied to clipboard
constructor(customCss: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customCss: String? = null

Custom CSS to inject into the text layer <iframe> elements.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)