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

Buffer Property (CodecsEnumGeoKeysEventArgs)






Gets a pointer to the unmanaged memory containing the GeoKey data. .NET support WinRT support Silverlight support
Syntax
public RasterNativeBuffer Buffer {get;}
'Declaration
 
Public ReadOnly Property Buffer As RasterNativeBuffer
'Usage
 
Dim instance As CodecsEnumGeoKeysEventArgs
Dim value As RasterNativeBuffer
 
value = instance.Buffer
public RasterNativeBuffer Buffer {get;}
 get_Buffer(); 
public:
property RasterNativeBuffer Buffer {
   RasterNativeBuffer get();
}

Property Value

A pointer to the unmanaged memory containing the GeoKey data.
Remarks

The number of bytes in Buffer can be obtained by RasterNativeBuffer.Length, while the number of items can be obtained by Count.

You can also construct a new Leadtools.RasterTagMetadata object from the data stored in this CodecsEnumGeoKeysEventArgs using the ToRasterTagMetadata method.

Example
For an example, refer to RasterCodecs.GeoKeyFound.
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

CodecsEnumGeoKeysEventArgs Class
CodecsEnumGeoKeysEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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