removePage

fun removePage(index: Int): Boolean

Remove a page by its index.

Return

true if page successfully removed

fun removePage(caption: String): Boolean

Remove a page by its caption.

Return

true if page successfully removed