ZXing.BarcodeFormat Unit

*************************************************************************** Delphi Sample Projects Copyright 1995-2024 Patrick Prémartin under AGPL 3.0 license. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *************************************************************************** Set of projects demonstrating the features of the Delphi development environment, its libraries and its programming language. Some of the projects have been presented at conferences, on training courses or online coding sessions. The programs are up to date with the Community Edition and the commercial version of Delphi or RAD Studio. *************************************************************************** Author(s) : Patrick PREMARTIN Site : https://samples.developpeur-pascal.fr Project site : https://github.com/DeveloppeurPascal/Delphi-samples *************************************************************************** File last update : 2025-02-08T19:46:48.596+01:00 Signature : 69c69e0acaf6a318e3ef86937a01d41ec599cc30 ***************************************************************************

Package: QRCodeReader_FMX
 NameDescription
AZTEC

Aztec 2D barcode format.

Auto

No format set. All formats will be used

CODABAR

CODABAR 1D format.

CODE_128

Code 128 1D format.

CODE_39

Code 39 1D format.

CODE_93

Code 93 1D format.

DATA_MATRIX

Data Matrix 2D barcode format.

EAN_13

EAN-13 1D format.

EAN_8

EAN-8 1D format.

ITF

ITF (Interleaved Two of Five) 1D format.

MAXICODE

MaxiCode 2D barcode format.

MSI

MSI

PDF_417

PDF417 format.

PLESSEY

Plessey

QR_CODE

QR Code 2D barcode format.

RSS_14

RSS 14

RSS_EXPANDED

RSS EXPANDED

UPC_A

UPC-A 1D format.

UPC_E

UPC-E 1D format.

UPC_EAN_EXTENSION

UPC/EAN extension format. Not a stand-alone format.

Top