MeasuredDataMatrix

data class MeasuredDataMatrix(val matrix: DataMatrix, val color: PdfColor, val background: PdfColor?, val size: Size) : MeasuredNode

Measurement result for a com.conamobile.pdfkmp.node.DataMatrixNode. The module matrix is computed during measurement (pure common code) so the renderer only has to turn dark modules into filled rectangles, exactly like MeasuredQrCode.

Constructors

Link copied to clipboard
constructor(matrix: DataMatrix, 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.