Gets a value that indicate whether the specified symbology is supported by this read or write options class.
public bool IsSupportedSymbology(
BarcodeSymbology symbology
)
Public Function IsSupportedSymbology( _
ByVal symbology As BarcodeSymbology _
) As Boolean
- (BOOL)isSupportedSymbology:(LTBarcodeSymbology)symbology
public boolean isSupportedSymbology(BarcodeSymbology symbology)
public:
bool IsSupportedSymbology(
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document