我使用 aDocumentPaginator
将 a 转换FlowDocument
为FixedDocument
,但问题是每个页面都有不同的边距(First、Even 和 Odd)和不同的页面大小(First 和 Others)。
DocumentPaginator
在下面的这些文章中,为所有页面的边距/页面大小相等时创建了一个包装器:
http://www.codeproject.com/Articles/31834/FlowDocument-pagination-with-repeating-page-header
我尝试更改方法中的 PageSize 属性(inner DocumentPaginator
)和 PageWidth/PageHeight(FlowDocument
)GetPage
,但没有成功。
知道我该怎么做吗?
谢谢!