Aspose::BarCode::Generation::QrExtCodetextBuilder::AddCodetextWithCompactionMode method

QrExtCodetextBuilder::AddCodetextWithCompactionMode method

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

void Aspose::BarCode::Generation::QrExtCodetextBuilder::AddCodetextWithCompactionMode(QrExtCompactionMode mode, System::String codetext)
ParameterTypeDescription
modeQrExtCompactionModeQR compaction mode for the codetext.
codetextSystem::StringCodetext in Unicode to add as an extended codetext item.

See Also