Aspose::BarCode::BarCodeRecognition::DecodeType::IsPostal method

DecodeType::IsPostal method

Determines if the specified BaseDecodeType contains any Postal barcode symbology.

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

ReturnValue

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

See Also