Skip to content

删除页面

以下是删除页面的示例代码:

java
document.removePages(new int[]{0});
kotlin
document.removePages(intArrayOf(0))