DecodeType.IsPostal

DecodeType.IsPostal method

Determines if the specified BaseDecodeType contains any Postal barcode symbology

public static bool IsPostal(BaseDecodeType symbology)
ParameterTypeDescription
symbologyBaseDecodeTypeThe BaseDecodeType to test.

Return Value

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

See Also