LEADTOOLS Barcode (Leadtools.Barcode assembly)

MicroPDF417BarcodeSymbolSize Enumeration

Show in webframe







Symbol size to use when writing MicroPDF417 barcodes.
Syntax
[SerializableAttribute()]
public enum MicroPDF417BarcodeSymbolSize : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<SerializableAttribute()>
Public Enum MicroPDF417BarcodeSymbolSize 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As MicroPDF417BarcodeSymbolSize
[SerializableAttribute()]
public enum MicroPDF417BarcodeSymbolSize : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTMicroPDF417BarcodeSymbolSize
public enum MicroPDF417BarcodeSymbolSize
Leadtools.Barcode.MicroPDF417BarcodeSymbolSize = function() { };
Leadtools.Barcode.MicroPDF417BarcodeSymbolSize.prototype = {
Smallest = 0, Size11X1 = 1, Size14X1 = 2, Size17X1 = 3, Size20X1 = 4, Size24X1 = 5, Size28X1 = 6, Size8X2 = 7, Size11X2 = 8, Size14X2 = 9, Size17X2 = 10, Size10X3 = 10, Size20X2 = 11, Size23X2 = 12, Size26X2 = 13, Size6X3 = 14, Size8X3 = 15, Size12X3 = 17, Size15X3 = 18, Size20X3 = 19, Size26X3 = 20, Size32X3 = 21, Size38X3 = 22, Size44X3 = 23, Size4X4 = 24, Size6X4 = 25, Size8X4 = 26, Size10X4 = 27, Size12X4 = 28, Size15X4 = 29, Size20X4 = 30, Size26X4 = 31, Size32X4 = 32, Size38X4 = 33, Size44X4 = 34, };
[SerializableAttribute()]
public enum class MicroPDF417BarcodeSymbolSize : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0Smallest

Use smallest size required to save the data stored in BarcodeData

1Size11X1

11 rows by 1 column

2Size14X1

14 rows by 1 column

3Size17X1

17 rows by 1 column

4Size20X1

20 rows by 1 column

5Size24X1

24 rows by 1 column

6Size28X1

28 rows by 1 column

7Size8X2

8 rows by 2 columns

8Size11X2

11 rows by 2 columns

9Size14X2

14 rows by 2 columns

10Size17X2

17 rows by 2 columns

10Size10X3

10 rows by 3 columns

11Size20X2

20 rows by 2 columns

12Size23X2

23 rows by 2 columns

13Size26X2

26 rows by 2 columns

14Size6X3

6 rows by 3 columns

15Size8X3

8 rows by 3 columns

17Size12X3

12 rows by 3 columns

18Size15X3

15 rows by 3 columns

19Size20X3

20 rows by 3 columns

20Size26X3

26 rows by 3 columns

21Size32X3

32 rows by 3 columns

22Size38X3

38 rows by 3 columns

23Size44X3

44 rows by 3 columns

24Size4X4

4 rows by 4 columns

25Size6X4

6 rows by 4 columns

26Size8X4

8 rows by 4 columns

27Size10X4

10 rows by 4 columns

28Size12X4

12 rows by 4 columns

29Size15X4

15 rows by 4 columns

30Size20X4

20 rows by 4 columns

31Size26X4

26 rows by 4 columns

32Size32X4

32 rows by 4 columns

33Size38X4

38 rows by 4 columns

34Size44X4

44 rows by 4 columns

Remarks

The MicroPDF417BarcodeSymbolSize enumeration is used as the type for the MicroPDF417BarcodeWriteOptions.SymbolSize property and can be used to control the symbol size to use when writing MicroPDF417 barcodes.

When the value of MicroPDF417BarcodeWriteOptions.LimitByRowsAndColumns is false, the symbol size is control by the BarcodeData.Bounds and MicroPDF417BarcodeWriteOptions.XModule values used. Otherwise, the value of MicroPDF417BarcodeWriteOptions.SymbolSize will be used.

For more information, refer to Writing Barcodes - Bounds and sXModule.

Example

For an example, refer to MicroPDF417BarcodeWriteOptions.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.MicroPDF417BarcodeSymbolSize

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace
MicroPDF417 Barcodes in LEADTOOLS

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features