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)
ParameterTypeDescription
singleTypeSystem::SharedPtr<SingleDecodeType>A Single DecodeType to be excluded.

ReturnValue

New MultiDecodeType instance with excluded SingleDecodeType.

See Also