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)
| Parameter | Type | Description |
|---|
| mode | QrExtCompactionMode | QR compaction mode for the codetext. |
| codetext | String | Codetext in Unicode to add as an extended codetext item. |
Exceptions
| exception | condition |
|---|
| ArgumentException | The specified codetext cannot be encoded in the selected QR compaction mode. |
See Also