LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsExtension Structure
See Also  Members  
Leadtools.Codecs Namespace : CodecsExtension Structure



Exif extension information.

Object Model

CodecsExtension Structure

Syntax

Visual Basic (Declaration) 
Public Structure CodecsExtension 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As CodecsExtension
C# 
public struct CodecsExtension : System.ValueType 
C++/CLI 
public value class CodecsExtension : public System.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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also