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 > MicroQRBarcodeWriteOptions Class : SymbolModel Property |
[DisplayNameAttribute("Symbol Model")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] [DescriptionAttribute()] public MicroQRBarcodeSymbolModel SymbolModel {get; set;}
'Declaration
<DisplayNameAttribute("Symbol Model")> <DefaultValueAttribute()> <CategoryAttribute(" Options")> <DescriptionAttribute()> Public Property SymbolModel As MicroQRBarcodeSymbolModel
'Usage
Dim instance As MicroQRBarcodeWriteOptions Dim value As MicroQRBarcodeSymbolModel instance.SymbolModel = value value = instance.SymbolModel
[DisplayNameAttribute("Symbol Model")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] [DescriptionAttribute()] public MicroQRBarcodeSymbolModel SymbolModel {get; set;}
@property (nonatomic, assign) LTMicroQRBarcodeSymbolModel symbolModel
public MicroQRBarcodeSymbolModel getSymbolModel() public void setSymbolModel(MicroQRBarcodeSymbolModel value)
DisplayNameAttribute("Symbol Model") DefaultValueAttribute() CategoryAttribute(" Options") DescriptionAttribute() <br/>get_SymbolModel();<br/>set_SymbolModel(value);<br/>Object.defineProperty('SymbolModel');
[DisplayNameAttribute("Symbol Model")] [DefaultValueAttribute()] [CategoryAttribute(" Options")] [DescriptionAttribute()] public: property MicroQRBarcodeSymbolModel SymbolModel { MicroQRBarcodeSymbolModel get(); void set ( MicroQRBarcodeSymbolModel value); }
When the default value MicroQRBarcodeSymbolModel.AutoSize is used the encoder will choose a symbol size based on the size of input message.
For an example, refer to MicroQRBarcodeWriteOptions.