LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

CodecsExtensionListFlags Enumeration






Flags that indicate the type of data contained in the Exif extensions. .NET support WinRT support
Syntax
[FlagsAttribute()]
public enum CodecsExtensionListFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum CodecsExtensionListFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CodecsExtensionListFlags
[FlagsAttribute()]
public enum CodecsExtensionListFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Codecs.CodecsExtensionListFlags = function() { };
Leadtools.Codecs.CodecsExtensionListFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class CodecsExtensionListFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
AudioEmbedded audio data is present. The CodecsExtensionList.GetAudioData method can be called to get to the audio data.
NoneNo flags being used.
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.

Example
For an example, refer to RasterCodecs.ReadExtensions.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Codecs Namespace
Exif File Extensions

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.