# ImageProcessingModule

The `ImageProcessingModule` class defines general functions in the image processing module.

## Definition

*Namespace:* Dynamsoft.DIP


```csharp
public static class ImageProcessingModule 
```

## Methods

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

### GetVersion

Returns the version of the image processing module.

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

**Return Value**

Returns a string representing the version of the image processing module.
