LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SearchType Property
See Also 
Leadtools.Workflow.Barcode Namespace > BarcodeReadActivity Class : SearchType Property



The SearchType Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the type of barcode for which to search.

Syntax

Visual Basic (Declaration) 
Public Property SearchType As BarcodeSearchTypeFlags
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReadActivity
Dim value As BarcodeSearchTypeFlags
 
instance.SearchType = value
 
value = instance.SearchType
C# 
public BarcodeSearchTypeFlags SearchType {get; set;}
C++/CLI 
public:
property BarcodeSearchTypeFlags SearchType {
   BarcodeSearchTypeFlags get();
   void set (    BarcodeSearchTypeFlags value);
}

Property Value

Type of barcode for which to search.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also