Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
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;}
Managed Extensions for C++ 
public: __property Guid get_Clsid();
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also