# BarcodeReaderModule

The `BarcodeReaderModule` class defines general functions in the barcode reader module.

## Definition

*Namespace:* Dynamsoft.DBR


```csharp
public class BarcodeReaderModule 
```

## Methods

| Method                                                    | Description                                        |
| --------------------------------------------------------- | -------------------------------------------------- |
| [GetVersion](#getversion)                                 | Returns the version of the barcode reader module. |

### GetVersion

Returns the version of the barcode reader module.

```csharp
static string GetVersion()
```

**Parameters**

None.

**Return Value**

Returns a string representing the version of the barcode reader module.

