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 > BarcodeData Class : MaxiSymbolModel Property |
[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); }
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.