setLargePDFpageLimit
If a loaded PDF file contains more pages than the set number, only a limited number of pages will be active at any given time to limit the memory needed to display the PDF document.
Syntax
RxCore.setLargePDFpageLimit(numpages)
Parameters
numpages
: number — Limit for the number of pages that can be loaded at once.
Returns
- NA — This method does not return a value.