[This is preliminary documentation and is subject to change.]
Possible values of the ComponentsConfiguration property
Namespace: Tools.MetadataT.ExifTAssembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum ComponentsConfigurationValues |
| Visual Basic |
|---|
Public Enumeration ComponentsConfigurationValues |
| Visual C++ |
|---|
public enum class ComponentsConfigurationValues |
| F# |
|---|
type ComponentsConfigurationValues |
| JScript |
|---|
public enum ComponentsConfigurationValues |
Members
| Member name | Value | Description | |
|---|---|---|---|
| DoesNotExist | 0 | does not exist | |
| Y | 1 | Y | |
| Cb | 2 | Cb | |
| Cr | 3 | Cr | |
| R | 4 | R | |
| G | 5 | G | |
| B | 6 | B | |
| 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 |