C#
VB
Java
Objective-C
WinRT C#
C++
Gets the memory buffer containing one or more lines of output image data.
public 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();
public:
property Leadtools.RasterNativeBuffer Buffer {
Leadtools.RasterNativeBuffer get();
}
A RasterNativeBuffer object containing one or more lines of output image data. The buffer has has already processed (read or decompressed).
For an example, refer to RasterCodecs.LoadImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET