C#
VB
Java
WinRT C#
C++
Flags that indicate the type of data contained in the Exif extensions.
[FlagsAttribute()]
public enum CodecsExtensionListFlags
<FlagsAttribute()>
Public Enum CodecsExtensionListFlags
[FlagsAttribute()]
public enum CodecsExtensionListFlags
public enum CodecsExtensionListFlags
Leadtools.Codecs.CodecsExtensionListFlags = function() { };
Leadtools.Codecs.CodecsExtensionListFlags.prototype = {<br/>
None = 0x00000000,
Stamp = 0x00000001,
Audio = 0x00000002,
};
[FlagsAttribute()]
public enum class CodecsExtensionListFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No flags being used. |
0x00000001 | Stamp | A stamp is present. Most likely suitable for LCD displays (and bigger than the stamp stored in the Exif data).The stamp can be loaded with CodecsExtensionList.CreateStamp.Note that this stamp is independent of the regular stamp present in Exif files. Some Exif files have two stamps. The regular stamp is loaded with RasterCodecs.ReadStamp, while the extension stamp is loaded with CodecsExtensionList.CreateStamp. |
0x00000002 | Audio | Embedded audio data is present. The CodecsExtensionList.GetAudioData method can be called to get to the audio data. |
For an example, refer to RasterCodecs.ReadExtensions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET