renderEncoding property

String? renderEncoding
getter/setter pair

The render encoding for the barcode.

When specified, barcode is rendered in the given encoding. Otherwise best known encoding is chosen by Google. Possible string values are:

  • "RENDER_ENCODING_UNSPECIFIED"
  • "UTF_8" : UTF_8 encoding for barcodes. This is only supported for barcode type qrCode.

Implementation

core.String? renderEncoding;