Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsExtension Structure
See Also  Members  
Leadtools.Codecs Namespace : CodecsExtension Structure



Exif extension information.

Syntax

Visual Basic (Declaration) 
Public Structure CodecsExtension 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As CodecsExtension
C# 
public struct CodecsExtension : ValueType 
C++/CLI 
public value class CodecsExtension : public ValueType 

Example

For an example, refer to RasterCodecs.ReadExtensions.

Remarks

For more information on this class members and their use, refer to the Exif documentation for the "FlashPix" extensions, inside the APP2 markers.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Codecs.CodecsExtension

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also