resize method
- int newSize
StringList object.
param newSize object. throws DocumentException An error has occurred during Document Library execution.
Implementation
void resize(int newSize) {
var err = documentSDK.id3DocumentStringList_Resize(_pHandle.value, newSize);
if (err != DocumentError.success.value) {
throw DocumentException(err);
}
}