MeasuredQrCode

data class MeasuredQrCode(val matrix: QrMatrix, val color: PdfColor, val background: PdfColor?, val size: Size) : MeasuredNode

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

Constructors

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