LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Buffer Property (CodecsLoadImageEventArgs)

Show in webframe







Gets the memory buffer containing one or more lines of output image data.
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;}
@property (nonatomic, readonly, assign) unsigned char* buffer;
@property (nonatomic, readonly, assign) size_t bufferLength;
            
public RasterNativeBuffer getBuffer()
 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

See Also

Reference

CodecsLoadImageEventArgs Class
CodecsLoadImageEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.