Gets or sets the ISBT 128 Data Structure to be generated.
Namespace: Neodynamic.SDK.BarcodeAssembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
| C# |
|---|
public Isbt128DataStructure Isbt128DataStructure { get; set; } |
| Visual Basic |
|---|
Public Property Isbt128DataStructure As Isbt128DataStructure Get Set |
| Visual C++ |
|---|
public: property Isbt128DataStructure Isbt128DataStructure { Isbt128DataStructure get (); void set (Isbt128DataStructure value); } |