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