Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Data Property
See Also 
Leadtools.Codecs Namespace > CodecsExtension Structure : Data Property



Gets an unmanaged pointer to the extension data.

Syntax

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

Return Value

An IntPtr that points to the unmanaged extension data. If the extension data is a stream, this property will be IntPtr.Zero.

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