←Select platform

Buffer Property

Summary
Gets the memory buffer containing one or more lines of output image data.
Syntax
C#
VB
Objective-C
C++
Java
public RasterNativeBuffer Buffer { get; } 
Public ReadOnly Property Buffer As RasterNativeBuffer 
@property (nonatomic, assign, readonly, nullable) unsigned char *buffer 
@property (nonatomic, assign, readonly)           NSUInteger bufferLength 
public RasterNativeBuffer getBuffer() 
public: 
property RasterNativeBuffer Buffer { 
   RasterNativeBuffer get(); 
} 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.