# ScanningSettings Class

### NAMESPACE

RASAdminEngine.Core.OutputModels

### DESCRIPTION

RAS Scanning Settings

### INHERITED FROM

[RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html)⇒ScanningSettings

### INTERFACES

* ISerializable
* IComparable

### PUBLIC PROPERTIES

| Type          | Name                  | Description |                                                 |
| ------------- | --------------------- | ----------- | ----------------------------------------------- |
| Boolean       | ReplicateTWAINApps    |             | Whether to replicate TWAIN Applications or not. |
| Boolean       | ReplicateTWAINPattern |             | Whether to Replicate TWAIN Pattern or not.      |
| Boolean       | ReplicateWIAPattern   |             | Whether to Replicate WIA Pattern or not.        |
| List\<String> | TWAINApps             |             | Specifies items in the TWAIN Applications list. |
| String        | TWAINNamePattern      |             | TWAIN Name Pattern.                             |
| String        | WIANamePattern        |             | WIA Name Pattern.                               |

### PUBLIC METHODS

| Type    | Name                   | Description                                                                                                                                                    |   |
| ------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | - |
| Int32   | CompareTo (Object obj) | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Boolean | Equals (Object obj)    | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Int32   | GetHashCode ()         | Inherited from [RASSerilazableObj](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/RASSerilazableObj.html) |   |
| Type    | GetType ()             |                                                                                                                                                                |   |
| String  | ToString ()            |                                                                                                                                                                |   |
