dispose method
Releases all resources used by this ImageBuffer.
Implementation
void dispose() {
if (_disposable) {
documentSDK.id3DocumentImageBuffer_Dispose(_pHandle);
calloc.free(_pHandle);
_finalizer.detach(this);
}
}
Releases all resources used by this ImageBuffer.
void dispose() {
if (_disposable) {
documentSDK.id3DocumentImageBuffer_Dispose(_pHandle);
calloc.free(_pHandle);
_finalizer.detach(this);
}
}