getPagesToRemove

open fun getPagesToRemove(@IntRange(from = 0) documentPagesCount: Int): Set<Integer>

Retrieve set of pages that need to be removed by PdfProcessor before sharing.

Return

Set of all pages that need to be removed.

Parameters

documentPagesCount

Number of pages in the document.