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

Buffer Property (CodecsLoadImageEventArgs)






Gets the memory buffer containing one or more lines of output image data. .NET support WinRT support Silverlight support
Syntax
public RasterNativeBuffer Buffer {get;}
'Declaration
 
Public ReadOnly Property Buffer As RasterNativeBuffer
'Usage
 
Dim instance As CodecsLoadImageEventArgs
Dim value As RasterNativeBuffer
 
value = instance.Buffer
public RasterNativeBuffer Buffer {get;}
 get_Buffer(); 
public:
property RasterNativeBuffer Buffer {
   RasterNativeBuffer get();
}

Property Value

A Leadtools.RasterNativeBuffer object containing one or more lines of output image data. The buffer has has already processed (read or decompressed).
Example
For an example, refer to RasterCodecs.LoadImage.
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

CodecsLoadImageEventArgs Class
CodecsLoadImageEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

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