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



Gets the CLSID that describes the extension data.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Clsid As Guid
Visual Basic (Usage)Copy Code
Dim instance As CodecsExtension
Dim value As Guid
 
value = instance.Clsid
C# 
public Guid Clsid {get;}
C++/CLI 
public:
property Guid Clsid {
   Guid get();
}

Property Value

A System.Guid that describes the extension data. This is valid only if DataLength is 0xFFFFFFFF.

Example

For an example, refer to RasterCodecs.ReadExtensions.

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