PdfImportOptions.PageCount

PdfImportOptions.PageCount property

获取或设置要保存的页数。默认值为 MaxValue,表示文档的所有页都将被渲染。

public int PageCount { get; set; }

另见