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.