For information about this method please see GetDefaultOptions.
public Leadtools.Barcode.IBarcodeReadOptions GetDefaultOptions(
Leadtools.Barcode.BarcodeSymbology symbology
)
Public Function GetDefaultOptions( _
ByVal symbology As Leadtools.Barcode.BarcodeSymbology _
) As Leadtools.Barcode.IBarcodeReadOptions
public Leadtools.Barcode.IBarcodeReadOptions GetDefaultOptions(
Leadtools.Barcode.BarcodeSymbology symbology
)
function Leadtools.Barcode.BarcodeReader.GetDefaultOptions(
symbology
)
public:
Leadtools.Barcode.IBarcodeReadOptions^ GetDefaultOptions(
Leadtools.Barcode.BarcodeSymbology symbology
)
symbology
An BarcodeSymbology enumeration member that specifies the barcode symbology (or type) to get its options.
The BarcodeReadOptions derived object used by this BarcodeReader as the default read options to use when reading barcodes of the type specified in symbology.
Note: In LEADTOOLS for .NET, the equivalent to IBarcodeReadOptions is BarcodeReadOptions.
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