Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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();
}

Return Value

A 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also