TwoDComponentType

TwoDComponentType enum

Module: aspose_barcode.generation.two_d_component_type

Type of 2D component This sample shows how to create and save a GS1 Composite Bar image. Note that 1D codetext and 2D codetext are separated by symbol ‘/’

Enum Values

NameValueDescription
AUTO0Auto select type of 2D component.
CC_A1CC-A type of 2D component. It is a structural variant of MicroPDF417
CC_B2CC-B type of 2D component. It is a MicroPDF417 symbol.
CC_C3CC-C type of 2D component. It is a PDF417 symbol.

TwoDComponentType.AUTO

Type: int

Value: 0

Auto select type of 2D component.

TwoDComponentType.CC_A

Type: int

Value: 1

CC-A type of 2D component. It is a structural variant of MicroPDF417

TwoDComponentType.CC_B

Type: int

Value: 2

CC-B type of 2D component. It is a MicroPDF417 symbol.

TwoDComponentType.CC_C

Type: int

Value: 3

CC-C type of 2D component. It is a PDF417 symbol.