method
MultiDecodeType::Exclude method
Excludes SingleDecodeType from the MultiDecodeType and returns new MultiDecodeType instance.
System::SharedPtr<MultiDecodeType> Aspose::BarCode::BarCodeRecognition::MultiDecodeType::Exclude(System::SharedPtr<SingleDecodeType> singleType)
| Parameter | Type | Description |
|---|---|---|
| singleType | System::SharedPtr<SingleDecodeType> | A Single DecodeType to be excluded. |
ReturnValue
New MultiDecodeType instance with excluded SingleDecodeType.
See Also
- Class MultiDecodeType
- Class SingleDecodeType
- Class MultiDecodeType
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++