←Select platform

Buffer Property (CodecsLoadImageEventArgs)

Summary

Gets the memory buffer containing one or more lines of output image data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public Leadtools.RasterNativeBuffer Buffer {get;} 
Public ReadOnly Property Buffer As Leadtools.RasterNativeBuffer 
public Leadtools.RasterNativeBuffer Buffer {get;} 
@property (nonatomic, assign, readonly, nullable) unsigned char *buffer 
@property (nonatomic, assign, readonly)           NSUInteger bufferLength 
             
public RasterNativeBuffer getBuffer() 
 get_Buffer();  

Property Value

A 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize