←Select platform

Abort Property

Summary

Indicates whether to abort the read operation.

Syntax

C#
VB
C++
public bool Abort { get; set; } 
Public Property Abort() As Boolean 
   Get 
   Set 
public:  
   property bool Abort 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to abort the read operation; otherwise, false. The default value is false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly