Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > MaxiBarcodeWriteOptions Class : SymbolModel Property |
[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); }
MaxiBarcodeSymbolModel.MaxiCodeMode2 and MaxiBarcodeSymbolModel.MaxiCodeMode3 are used to encode structured carrier message, while MaxiBarcodeSymbolModel.MaxiCodeMode4 and MaxiBarcodeSymbolModel.MaxiCodeMode5 a general message.
For an example, refer to MaxiBarcodeWriteOptions.