Gets a value that indicate whether the specified symbology is supported by this read or write options class.
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
)
symbology
The symbology to check.
true if symbology is supported by this read or write options class. Otherwise, false.
This method will call GetSupportedSymbologies and checks if symbology is in the array returned by that method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET