Aspose::BarCode::BarCodeRecognition::MultyDecodeType::Exclude method

MultyDecodeType::Exclude method

Excludes SingleDecodeType from the MultyDecodeType and returns new MultyDecodeType instance.

System::SharedPtr<MultyDecodeType> Aspose::BarCode::BarCodeRecognition::MultyDecodeType::Exclude(System::SharedPtr<SingleDecodeType> singleType)
ParameterTypeDescription
singleTypeSystem::SharedPtr<SingleDecodeType>A Single DecodeType to be excluded.

ReturnValue

New MultyDecodeType instance with excluded SingleDecodeType.

See Also