# ImageProcessingModule

The `ImageProcessingModule` class represents the image processing module. You can get the version of Dynamsoft Image Processing module.

## Definition

*Namespace:* Dynamsoft.ImageProcessing.Maui

*Assembly:* Dynamsoft.ImageProcessing.Maui

```csharp
class ImageProcessingModule
```

## Methods

| Method | Description |
| ------ | ----------- |
| [`GetVersion`](#getversion) | Get the version of Dynamsoft Image Processing module. |

### GetVersion

Get the version of Dynamsoft Image Processing module.

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

**Return Value**

The version of Dynamsoft Image Processing module.
