QrExtCodetextBuilder.AddCodetextWithCompactionMode

QrExtCodetextBuilder.AddCodetextWithCompactionMode method

Adds codetext with the specified QR compaction mode to the extended codetext items.

public void AddCodetextWithCompactionMode(QrExtCompactionMode mode, string codetext)
ParameterTypeDescription
modeQrExtCompactionModeQR compaction mode for the codetext.
codetextStringCodetext in Unicode to add as an extended codetext item.

Exceptions

exceptioncondition
ArgumentExceptionThe specified codetext cannot be encoded in the selected QR compaction mode.

See Also