Aspose::BarCode::BarCodeRecognition::BaseDecodeType::ContainsAny method

BaseDecodeType::ContainsAny method

Determines whether any of the given decode types is included into.

virtual bool Aspose::BarCode::BarCodeRecognition::BaseDecodeType::ContainsAny(const System::ArrayPtr<System::SharedPtr<BaseDecodeType>> &types)=0
ParameterTypeDescription
typesconst System::ArrayPtr<System::SharedPtr<BaseDecodeType>>&Types to verify

ReturnValue

Value is a true if any types are included into

See Also