Aspose::BarCode::BarCodeRecognition::SingleDecodeType::ContainsAny method

SingleDecodeType::ContainsAny method

Returns a value indicating whether this instance is included into the list specified.

bool Aspose::BarCode::BarCodeRecognition::SingleDecodeType::ContainsAny(const System::ArrayPtr<System::SharedPtr<BaseDecodeType>> &types) override
ParameterTypeDescription
typesconst System::ArrayPtr<System::SharedPtr<BaseDecodeType>>&Array of single and multy decode types

ReturnValue

Value is a true if any types are included into

See Also