MeasuredBarcode

data class MeasuredBarcode(val barcode: Code128Barcode, val color: PdfColor, val background: PdfColor?, val size: Size) : MeasuredNode

Measurement result for a com.conamobile.pdfkmp.node.BarcodeNode. Carries the encoded bar/space module widths so the renderer can emit the bars without re-running the encoder.

Constructors

Link copied to clipboard
constructor(barcode: Code128Barcode, color: PdfColor, background: PdfColor?, size: Size)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val size: Size

Final size of the node within its parent.