←Select platform

Buffer Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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();  

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly