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