←Select platform

IsSupportedSymbology Method (IBarcodeOptions)

Summary

Gets a value that indicate whether the specified symbology is supported by this read or write options class.

Syntax

C#
VB
WinRT C#
C++
bool IsSupportedSymbology(  
   Leadtools.Barcode.BarcodeSymbology symbology 
) 
Function IsSupportedSymbology( _ 
   ByVal symbology As Leadtools.Barcode.BarcodeSymbology _ 
) As Boolean 
bool IsSupportedSymbology(  
   Leadtools.Barcode.BarcodeSymbology symbology 
) 
function Leadtools.Barcode.IBarcodeOptions.IsSupportedSymbology(  
   symbology  
) 
bool IsSupportedSymbology(  
   Leadtools.Barcode.BarcodeSymbology symbology 
)  

Parameters

symbology
The symbology to check.

Return Value

true if symbology is supported by this read or write options class. Otherwise, false.

Remarks

This method will call GetSupportedSymbologies and checks if symbology is in the array returned by that method.

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