←Select platform

MaxiSymbolModel Property

Summary

Gets or sets the chosen encoding mode when writing a Maxi Code barcode.

Syntax

C#
VB
WinRT C#
C++
[DisplayNameAttribute("Symbol Model")] 
[CategoryAttribute("        Options")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")] 
public Leadtools.Barcode.MaxiBarcodeSymbolModel MaxiSymbolModel {get; set;} 
<DisplayNameAttribute("Symbol Model")> 
<CategoryAttribute("     Options")> 
<DefaultValueAttribute()> 
<DescriptionAttribute("The encoding mode to use when writing Maxi Code.")> 
Public Property MaxiSymbolModel As Leadtools.Barcode.MaxiBarcodeSymbolModel 
[DisplayNameAttribute("Symbol Model")] 
[CategoryAttribute("        Options")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")] 
public Leadtools.Barcode.MaxiBarcodeSymbolModel MaxiSymbolModel {get; set;} 
DisplayNameAttribute("Symbol Model") 
CategoryAttribute("     Options") 
DefaultValueAttribute() 
DescriptionAttribute("The encoding mode to use when writing Maxi Code.") 
  
get_MaxiSymbolModel(); 
set_MaxiSymbolModel(value); 
Object.defineProperty('MaxiSymbolModel');  
[DisplayNameAttribute("Symbol Model")] 
[CategoryAttribute("        Options")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")] 
public: 
property Leadtools.Barcode.MaxiBarcodeSymbolModel MaxiSymbolModel { 
   Leadtools.Barcode.MaxiBarcodeSymbolModel get(); 
   void set (    Leadtools.Barcode.MaxiBarcodeSymbolModel ); 
} 

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.

Example

For an example, refer to MaxiBarcodeWriteOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize