Gets or sets the array of data that represents the raw data of the Frame.
Object.defineProperty(Frame.prototype, 'blob',
get: function(),
set: function(value)
)
blob: number[];
An array of data that represents the raw data of the Frame.
This data is generated when the user calls Create3D which will take the image attached to the frame and generate the data array out of it.
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