ClearImage 8 Help
AutoDetect1D Property
See Also  Send Feedback
Inlite.ClearImage Namespace > CiBarcodePro Class : AutoDetect1D Property






Automatically recognize 1-D barcode type

Syntax

Visual Basic (Declaration) 
Public Property AutoDetect1D As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CiBarcodePro
Dim value As Boolean
 
instance.AutoDetect1D = value
 
value = instance.AutoDetect1D
C# 
public bool AutoDetect1D {get; set;}
Delphi 
public read-write property AutoDetect1D: Boolean; 
JScript 
public function get,set AutoDetect1D : boolean
Managed Extensions for C++ 
public: __property bool get_AutoDetect1D();
public: __property void set_AutoDetect1D( 
   bool value
);
C++/CLI 
public:
property bool AutoDetect1D {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.