FromStartPageWithCount

PageRange.FromStartPageWithCount method

创建一个页面范围,从指定的页码开始并具有指定的页数,或无限的页数(直到结束)

public static PageRange FromStartPageWithCount(ushort startPageNumber, ushort pageCount)
范围 类型 描述
startPageNumber UInt16 页码,页面范围从其开始,包括在内。页码从 1 开始,因此必须严格大于零
pageCount UInt16 页数,必须严格大于零。如果为零 - 这意味着直到文档末尾的所有页面

返回值

新建 PageRange 实例

也可以看看