←Select platform

SymbolModel Property (MaxiBarcodeWriteOptions)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[CategoryAttribute("     Options")] 
[DisplayNameAttribute("Symbol Model")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")] 
public Leadtools.Barcode.MaxiBarcodeSymbolModel SymbolModel {get; set;} 
<CategoryAttribute("      Options")> 
<DisplayNameAttribute("Symbol Model")> 
<DefaultValueAttribute()> 
<DescriptionAttribute("The encoding mode to use when writing Maxi Code.")> 
Public Property SymbolModel As Leadtools.Barcode.MaxiBarcodeSymbolModel 
[CategoryAttribute("     Options")] 
[DisplayNameAttribute("Symbol Model")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")] 
public Leadtools.Barcode.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.") 
  
get_SymbolModel(); 
set_SymbolModel(value); 
Object.defineProperty('SymbolModel');  
[CategoryAttribute("     Options")] 
[DisplayNameAttribute("Symbol Model")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("The encoding mode to use when writing Maxi Code.")] 
public: 
property Leadtools.Barcode.MaxiBarcodeSymbolModel SymbolModel { 
   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