print abstract method

bool print(
  1. int pageCount
)
inherited

Consumes the given amount of pages with the print right.

Returns whether the user is allowed to print the given amount of pages.

Implementation

bool print(int pageCount);