pageCount static method

Future<int> pageCount()

Returns the page count of the currently loaded document.

Implementation

static Future<int> pageCount() {
  return DocutainSdkPlatform.instance.pageCount();
}