page_count属性

page_count属性

获取或设置要保存的页数。

评论

默认值为 System.Int32.MaxValue,这意味着将呈现所有页面。

定义:

@property
def page_count(self):
    ...
@page_count.setter
def page_count(self, value):
    ...

也可以看看