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