resize method

void resize(
  1. int newSize
)

HologramAuthenticationResultList object.

param newSize HologramAuthenticationResult object. throws DocumentException An error has occurred during Document Library execution.

Implementation

void resize(int newSize) {
  var err = documentSDK.id3DocumentHologramAuthenticationResultList_Resize(_pHandle.value, newSize);
  if (err != DocumentError.success.value) {
    throw DocumentException(err);
  }
}