←Select platform

CodecsExtensionListFlags Enumeration

Summary
Flags that indicate the type of data contained in the EXIF extensions.
Syntax
C#
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum CodecsExtensionListFlags   
public enum CodecsExtensionListFlags 
[FlagsAttribute()] 
public enum class CodecsExtensionListFlags   
class CodecsExtensionListFlags(Enum): 
   None = 0 
   Stamp = 1 
   Audio = 2 
Members
ValueMemberDescription
0x00000000None No flags being used.
0x00000001Stamp 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.
0x00000002Audio Embedded audio data is present. The CodecsExtensionList.GetAudioData method can be called to get to the audio data.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.