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.Deprecated Namespace > BarcodeData Class : SearchType Property |
public BarcodeSearchTypeFlags SearchType {get; set;}
'Declaration
Public Property SearchType As BarcodeSearchTypeFlags
'Usage
Dim instance As BarcodeData Dim value As BarcodeSearchTypeFlags instance.SearchType = value value = instance.SearchType
public BarcodeSearchTypeFlags SearchType {get; set;}
<br/>get_SearchType();<br/>set_SearchType(value);<br/>Object.defineProperty('SearchType');
public: property BarcodeSearchTypeFlags SearchType { BarcodeSearchTypeFlags get(); void set ( BarcodeSearchTypeFlags value); }