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 > PDF417BarcodeReadOptions Class : EnableDoublePassIfSuccess Property |
[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")] [DefaultValueAttribute()] public bool EnableDoublePassIfSuccess {get; set;}
'Declaration
<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")> <DefaultValueAttribute()> Public Property EnableDoublePassIfSuccess As Boolean
'Usage
Dim instance As PDF417BarcodeReadOptions Dim value As Boolean instance.EnableDoublePassIfSuccess = value value = instance.EnableDoublePassIfSuccess
[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")] [DefaultValueAttribute()] public bool EnableDoublePassIfSuccess {get; set;}
@property (nonatomic, assign) BOOL enableDoublePassIfSuccess
public boolean getEnableDoublePassIfSuccess() public void setEnableDoublePassIfSuccess(boolean value)
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") DefaultValueAttribute() <br/>get_EnableDoublePassIfSuccess();<br/>set_EnableDoublePassIfSuccess(value);<br/>Object.defineProperty('EnableDoublePassIfSuccess');
[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")] [DefaultValueAttribute()] public: property bool EnableDoublePassIfSuccess { bool get(); void set ( bool value); }