]> git.sur5r.net Git - glabels/blob - docs/libglbarcode/tmpl/lgl-barcode-type.sgml
Imported Upstream version 3.2.1
[glabels] / docs / libglbarcode / tmpl / lgl-barcode-type.sgml
1 <!-- ##### SECTION Title ##### -->
2 Barcode Types
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Enumeration of supported barcode types
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 This section describes an enumeration for selecting one of the barcode types supported by libglbarcode.
10 </para>
11
12 <!-- ##### SECTION See_Also ##### -->
13 <para>
14
15 </para>
16
17 <!-- ##### SECTION Stability_Level ##### -->
18
19
20 <!-- ##### SECTION Image ##### -->
21
22
23 <!-- ##### ENUM lglBarcodeType ##### -->
24 <para>
25 This enumeration is used to select a built-in barcode type.  The currently supported barcode types are
26 </para>
27
28 @LGL_BARCODE_TYPE_POSTNET:     USPS Postnet Barcode (5, 9, or 11 digits)
29 @LGL_BARCODE_TYPE_POSTNET_5:   USPS Postnet Barcode (5 digits)
30 @LGL_BARCODE_TYPE_POSTNET_9:   USPS Postnet Barcode (9 digits)
31 @LGL_BARCODE_TYPE_POSTNET_11:  USPS Postnet Barcode (11 digits)
32 @LGL_BARCODE_TYPE_CEPNET:      Brazilian Postal Code
33 @LGL_BARCODE_TYPE_ONECODE:     USPS Intelligent Mail Barcode
34 @LGL_BARCODE_TYPE_CODE39:      Code 39
35 @LGL_BARCODE_TYPE_CODE39_EXT:  Extended Code 39 (Supports full ASCII character set)
36