Aspose::BarCode::Generation::DataMatrixExtCodetextBuilder::AddECICodetextWithEncodeMode method

DataMatrixExtCodetextBuilder::AddECICodetextWithEncodeMode method

Adds codetext with Extended Channel Identifier with defined encode mode.

void Aspose::BarCode::Generation::DataMatrixExtCodetextBuilder::AddECICodetextWithEncodeMode(ECIEncodings ECIEncoding, DataMatrixEncodeMode encodeMode, System::String codetext)
ParameterTypeDescription
ECIEncodingECIEncodingsExtended Channel Identifier
encodeModeDataMatrixEncodeModeEncode mode value
codetextSystem::StringCodetext in unicode to add as extended codetext item with Extended Channel Identifier with defined encode mode

See Also