LEADTOOLS Barcode (Leadtools.Barcode assembly)

IsSupportedSymbology Method (BarcodeOptions)

Show in webframe







The symbology to check.
Gets a value that indicate whether the specified symbology is supported by this read or write options class.
Syntax
public bool IsSupportedSymbology( 
   BarcodeSymbology symbology
)
'Declaration
 
Public Function IsSupportedSymbology( _
   ByVal symbology As BarcodeSymbology _
) As Boolean
'Usage
 
Dim instance As BarcodeOptions
Dim symbology As BarcodeSymbology
Dim value As Boolean
 
value = instance.IsSupportedSymbology(symbology)
public bool IsSupportedSymbology( 
   BarcodeSymbology symbology
)
- (BOOL)isSupportedSymbology:(LTBarcodeSymbology)symbology;
public boolean isSupportedSymbology(BarcodeSymbology symbology)
 function Leadtools.Barcode.BarcodeOptions.IsSupportedSymbology( 
   symbology 
)
public:
bool IsSupportedSymbology( 
   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

See Also

Reference

BarcodeOptions Class
BarcodeOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features