Skip to content

旋转页面

以下是旋转页面的示例代码:

java
document.pageAtIndex(0).setRotation(90); // 将第一页顺时针旋转90度。
kotlin
document.pageAtIndex(0).rotation = 90 // 将第一页顺时针旋转90度。