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