←Select platform

MicroPDF417BarcodeSymbolSize Enumeration

Summary

Symbol size to use when writing MicroPDF417 barcodes.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum MicroPDF417BarcodeSymbolSize   
<SerializableAttribute()> 
Public Enum MicroPDF417BarcodeSymbolSize  
typedef NS_ENUM(NSInteger, LTMicroPDF417BarcodeSymbolSize) 
public enum MicroPDF417BarcodeSymbolSize 
[SerializableAttribute()] 
public enum class MicroPDF417BarcodeSymbolSize   

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

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

16Size10X3 10 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.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly