DetectedDocument.fromHandle constructor
- Pointer<
id3DetectedDocument> handle
Creates a new instance of the DetectedDocument class.
param handle Handle to the DetectedDocument. throws DocumentException An error has occurred during Document Library execution.
Implementation
DetectedDocument.fromHandle(Pointer<id3DetectedDocument> handle) {
_pHandle = calloc();
_pHandle.value = handle;
_disposable = false;
}