←Select platform

Clsid Property

Summary

Gets the CLSID that describes the extension data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Guid Clsid { get; } 
Public ReadOnly Property Clsid As Guid 
public Guid Clsid {get;} 
@property (nonatomic, assign, readonly, nullable) NSUUID *clsid 
public UUID getClsid() 
 get_Clsid();  
public: 
property Guid Clsid { 
   Guid get(); 
} 

Property 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly