C#
VB
C++
Gets the managed buffer that holds the resized row.
public byte[] BufferArray { get; }
Public ReadOnly Property BufferArray As Byte()
public:
property array<byte>^ BufferArray {
array<byte>^ get();
}
The managed buffer that holds the resized row.
Use Buffer to get the buffer as an managed pointer.
For an example, refer to RasterImageResize.
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