Aspose::BarCode::BarCodeRecognition::DecodeType::Is2D method

DecodeType::Is2D method

Determines if the specified BaseDecodeType contains any 2D barcode symbology.

static bool Aspose::BarCode::BarCodeRecognition::DecodeType::Is2D(System::SharedPtr<BaseDecodeType> symbology)
ParameterTypeDescription
symbologySystem::SharedPtr<BaseDecodeType>The BaseDecodeType to test.

ReturnValue

Returns true if BaseDecodeType contains any 2D barcode symbology; otherwise, returns false.

See Also