Gets or sets the number of MaxiCode symbols in a Structured Appended format. Its value must be less than or equal to 8. Default value is 1
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public int MaxiCodeSymbolCount { get; set; } |
Visual Basic |
---|
Public Property MaxiCodeSymbolCount As Integer
Get
Set |
Visual C++ |
---|
public:
property int MaxiCodeSymbolCount {
int get ();
void set (int value);
} |
Property Value
Type:
Int32See Also