totalInstanceCount property

int get totalInstanceCount

Indicates the total instance of the searched text in the PDF document.

Implementation

int get totalInstanceCount {
  return _totalInstanceCount;
}