←Select platform

IsSupportedSymbology Method

Summary
Gets a value that indicate whether the specified symbology is supported by this read or write options class.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IsSupportedSymbology( 
   BarcodeSymbology symbology 
) 
- (BOOL)isSupportedSymbology:(LTBarcodeSymbology)symbology; 
public boolean isSupportedSymbology(BarcodeSymbology symbology) 
public: 
bool IsSupportedSymbology(  
   BarcodeSymbology symbology 
)  
def IsSupportedSymbology(self,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 22.0.2023.5.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.