Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

MaxiSymbolModel Property








Gets or sets the chosen encoding mode when writing a Maxi Code barcode.
Syntax
[DisplayNameAttribute("Symbol Model")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")]
public MaxiBarcodeSymbolModel MaxiSymbolModel {get; set;}
'Declaration
 
<DisplayNameAttribute("Symbol Model")>
<CategoryAttribute("		Options")>
<DefaultValueAttribute()>
<DescriptionAttribute("The encoding mode to use when writing Maxi Code.")>
Public Property MaxiSymbolModel As MaxiBarcodeSymbolModel
'Usage
 
Dim instance As BarcodeData
Dim value As MaxiBarcodeSymbolModel
 
instance.MaxiSymbolModel = value
 
value = instance.MaxiSymbolModel
[DisplayNameAttribute("Symbol Model")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")]
public MaxiBarcodeSymbolModel MaxiSymbolModel {get; set;}
DisplayNameAttribute("Symbol Model")
CategoryAttribute("		Options")
DefaultValueAttribute()
DescriptionAttribute("The encoding mode to use when writing Maxi Code.")
 <br/>get_MaxiSymbolModel();<br/>set_MaxiSymbolModel(value);<br/>Object.defineProperty('MaxiSymbolModel'); 
[DisplayNameAttribute("Symbol Model")]
[CategoryAttribute("		Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")]
public:
property MaxiBarcodeSymbolModel MaxiSymbolModel {
   MaxiBarcodeSymbolModel get();
   void set (    MaxiBarcodeSymbolModel value);
}

Property Value

A MaxiBarcodeSymbolModel enumeration member that determines the encoding mode to use when writing a Maxi Code barcode. The default value is MaxiBarcodeSymbolModel.MaxiCodeMode4.
Remarks

MaxiBarcodeSymbolModel.MaxiCodeMode2 and MaxiBarcodeSymbolModel.MaxiCodeMode3 are used to encode structured carrier message, while MaxiBarcodeSymbolModel.MaxiCodeMode4 and MaxiBarcodeSymbolModel.MaxiCodeMode5 a general message.

Example

For an example, refer to MaxiBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

BarcodeData Class
BarcodeData Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features