Code128DataPortion
Code128DataPortion class
Namespace: Aspose.Barcode.Recognition
Contains the data of subtype for Code128 type barcode
Constructors
| Name | Description |
|---|---|
| __construct |
Properties
| Name | Read/Write | Description |
|---|---|---|
| Code128SubType | Read-only | Gets the type of Code128 subset |
| Data | Read-only | Gets the part of code text related to subtype. |
Code128DataPortion__construct(Code128DataPortionDTO $code128DataPortionDTO)
| Parameter | Type | Description |
|---|---|---|
$code128DataPortionDTO | Code128DataPortionDTO |
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.