removePages

abstract fun removePages(@NonNull pageIndexes: Set<Integer>): Single<List<EditingChange>>

Removes pages from the document.

Scheduler:
removePages(Set<Integer>) does not operate by default on a particular .

Return

Single emitting a list of editing changes for undo/redo operations. If a batch operation is in progress, the emitted list will be empty and the actual editing change is generated upon committing the batch.

Parameters

pageIndexes

Page indexes to remove, may not be empty.