Code128DataPortion

Code128DataPortion class

Namespace: Aspose.Barcode.Recognition

Contains the data of subtype for Code128 type barcode

Constructors

NameDescription
__construct

Properties

NameRead/WriteDescription
Code128SubTypeRead-onlyGets the type of Code128 subset
DataRead-onlyGets the part of code text related to subtype.

Code128DataPortion__construct(Code128DataPortionDTO $code128DataPortionDTO)

ParameterTypeDescription
$code128DataPortionDTOCode128DataPortionDTO

Code128SubType

Access: Read-only

Returns: int The type of Code128 subset

Gets the type of Code128 subset

Data

Access: Read-only

Returns: string The part of code text related to subtype

Gets the part of code text related to subtype.