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 > DatamatrixBarcodeReadOptions Class : EnableDoublePassIfSuccess Property |
[DefaultValueAttribute()] [DisplayNameAttribute("Enable double pass if success")] [CategoryAttribute(" Options")] [DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")] public bool EnableDoublePassIfSuccess {get; set;}
'Declaration
<DefaultValueAttribute()> <DisplayNameAttribute("Enable double pass if success")> <CategoryAttribute(" Options")> <DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")> Public Property EnableDoublePassIfSuccess As Boolean
'Usage
Dim instance As DatamatrixBarcodeReadOptions Dim value As Boolean instance.EnableDoublePassIfSuccess = value value = instance.EnableDoublePassIfSuccess
[DefaultValueAttribute()] [DisplayNameAttribute("Enable double pass if success")] [CategoryAttribute(" Options")] [DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")] public bool EnableDoublePassIfSuccess {get; set;}
@property (nonatomic, assign) BOOL enableDoublePassIfSuccess
public boolean getEnableDoublePassIfSuccess() public void setEnableDoublePassIfSuccess(boolean value)
DefaultValueAttribute() DisplayNameAttribute("Enable double pass if success") CategoryAttribute(" Options") DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan") <br/>get_EnableDoublePassIfSuccess();<br/>set_EnableDoublePassIfSuccess(value);<br/>Object.defineProperty('EnableDoublePassIfSuccess');
[DefaultValueAttribute()] [DisplayNameAttribute("Enable double pass if success")] [CategoryAttribute(" Options")] [DescriptionAttribute("Even if the reading process succeeded in finding barcodes, auto pre-process the image and then re-scan")] public: property bool EnableDoublePassIfSuccess { bool get(); void set ( bool value); }