BookmarkDestinationInfo 类型定义
const bookmarkDestinationInfo = { pageIndex: 0, left: 0, top: 0, right: 0, bottom: 0, zoomFactor: 1}; Copy
const bookmarkDestinationInfo = { pageIndex: 0, left: 0, top: 0, right: 0, bottom: 0, zoomFactor: 1};
Optional
下边距。
左边距。
页索引,从 0 开始。
右边距。
上边距。
缩放系数。
BookmarkDestinationInfo 类型定义
Example