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

Show in webframe

SymbolModel Property (MaxiBarcodeWriteOptions)








Gets or sets the chosen encoding mode when writing a Maxi Code barcode.
Syntax
[CategoryAttribute("		Options")]
[DisplayNameAttribute("Symbol Model")]
[DefaultValueAttribute()]
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")]
public MaxiBarcodeSymbolModel SymbolModel {get; set;}
'Declaration
 
<CategoryAttribute("		Options")>
<DisplayNameAttribute("Symbol Model")>
<DefaultValueAttribute()>
<DescriptionAttribute("The encoding mode to use when writing Maxi Code.")>
Public Property SymbolModel As MaxiBarcodeSymbolModel
'Usage
 
Dim instance As MaxiBarcodeWriteOptions
Dim value As MaxiBarcodeSymbolModel
 
instance.SymbolModel = value
 
value = instance.SymbolModel
[CategoryAttribute("		Options")]
[DisplayNameAttribute("Symbol Model")]
[DefaultValueAttribute()]
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")]
public MaxiBarcodeSymbolModel SymbolModel {get; set;}
@property (nonatomic, assign) LTMaxiBarcodeSymbolModel symbolModel
public MaxiBarcodeSymbolModel getSymbolModel()
public void setSymbolModel(MaxiBarcodeSymbolModel value)
            
CategoryAttribute("		Options")
DisplayNameAttribute("Symbol Model")
DefaultValueAttribute()
DescriptionAttribute("The encoding mode to use when writing Maxi Code.")
 <br/>get_SymbolModel();<br/>set_SymbolModel(value);<br/>Object.defineProperty('SymbolModel'); 
[CategoryAttribute("		Options")]
[DisplayNameAttribute("Symbol Model")]
[DefaultValueAttribute()]
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")]
public:
property MaxiBarcodeSymbolModel SymbolModel {
   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

MaxiBarcodeWriteOptions Class
MaxiBarcodeWriteOptions Members

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