Aspose::BarCode::BarCodeRecognition::BarCodeResult::GetCodeText method

BarCodeResult::GetCodeText method

Gets the code text with encoding.

System::String Aspose::BarCode::BarCodeRecognition::BarCodeResult::GetCodeText(System::SharedPtr<System::Text::Encoding> encoding)
ParameterTypeDescription
encodingSystem::SharedPtr<System::Text::Encoding>The encoding for codetext.

ReturnValue

A string containing recognized code text.

See Also