[This is preliminary documentation and is subject to change.]
Possible values of the SensingMethod property
Namespace: Tools.MetadataT.ExifTAssembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum SensingMethodValues |
| Visual Basic |
|---|
Public Enumeration SensingMethodValues |
| Visual C++ |
|---|
public enum class SensingMethodValues |
| F# |
|---|
type SensingMethodValues |
| JScript |
|---|
public enum SensingMethodValues |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NotDefined | 1 | Not defined | |
| OneChipColorAreaSensor | 2 | One-chip color area sensor | |
| TwoChipColorAreaSensor | 3 | Two-chip color area sensor | |
| ThreeChipColorAreaSensor | 4 | Three-chip color area sensor | |
| ColorSequentialAreaSensor | 5 | Color sequential area sensor | |
| TrilinearSensor | 7 | Trilinear sensor | |
| ColorSequentialLinearSensor | 8 | Color sequential linear sensor | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |