Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
CodecsExtensionListFlags Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsExtensionListFlags Enumeration




Flags that indicate the type of data contained in the Exif extensions.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum CodecsExtensionListFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As CodecsExtensionListFlags
C# 
[FlagsAttribute()]
public enum CodecsExtensionListFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum CodecsExtensionListFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class CodecsExtensionListFlags : public Enum 

Members

MemberDescription
None No flags being used.
StampA 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.

Audio Embedded audio data is present. The CodecsExtensionList.GetAudioData method can be called to get to the audio data.

Example

For an example, refer to RasterCodecs.ReadExtensions.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsExtensionListFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also