MultyDecodeTypeToString Method

Overridden method representing MultyDecodeType as a string.

Namespace:  Aspose.BarCode.BarCodeRecognition
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public override string ToString()

Return Value

Type: String
A string representing MultyDecodeType instance as "singleDecodeType1, singleDecodeType2, ..."

"AllSupportedTypes" returns when all types are included.

See Also