[This is preliminary documentation and is subject to change.]
States of writer
Namespace: Tools.MetadataT.ExifTAssembly: Tools.Metadata (in Tools.Metadata.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum WriterStates |
| Visual Basic |
|---|
Public Enumeration WriterStates |
| Visual C++ |
|---|
public enum class WriterStates |
| F# |
|---|
type WriterStates |
| JScript |
|---|
public enum WriterStates |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Beginning | 0 | Before start of writing | |
| General | 1 | General state, IFDs can be written | |
| Records | 2 | Writer is writing records inside IFD | |
| Finnished | 3 | writing was finished | |
| 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 |