Gets the memory buffer containing one or more lines of output image data that the you must provide.
public RasterNativeBuffer Buffer { get; }
Public ReadOnly Property Buffer As RasterNativeBuffer
@property (nonatomic, assign, nullable) unsigned char *buffer
@property (nonatomic, assign) NSUInteger bufferLength
RasterNativeBuffer getBuffer();
void setBuffer(RasterNativeBuffer value);
public RasterNativeBuffer getBuffer()
public:
property RasterNativeBuffer Buffer {
RasterNativeBuffer get();
}
A RasterNativeBuffer object containing one or more lines of output image data that the you must provide.
The Buffer property works as the input and output buffer containing the image data to save. If the value of RetrieveDataFromImage is set to false (the default), then the user is always responsible for providing the image data by setting in Buffer. If the value of RetrieveDataFromImage is set to true, then the RasterCodecs object will populate the Buffer prior to raising this event. The user can then inspect or modify the scanlines data or simple ignore it to save the original image data as is.
Notice that on either case, the user must provide the scanline data in the source image original format (stored in the Image property. The RasterCodecs object will then convert this data to the appropriate output format if needed, for example, if the user instructed the RasterCodecs object to save the image in a different file format than the original image.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document