LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Data Property






Gets an unmanaged pointer to the extension data. .NET support
Syntax
public IntPtr Data {get;}
'Declaration
 
Public ReadOnly Property Data As IntPtr
'Usage
 
Dim instance As CodecsExtension
Dim value As IntPtr
 
value = instance.Data
public IntPtr Data {get;}
 get_Data(); 
public:
property IntPtr Data {
   IntPtr get();
}

Property Value

An System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsExtension Structure
CodecsExtension Members
Exif File Extensions

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.