[]
返回一个 PageContentInfo 对象。
public PageContentInfo GeneratePageContentInfo(IRange printArea, SizeF availableSize, int rowStart, int columnStart, bool rowHeaderVisible, bool columnHeaderVisible)
| Type | Name | Description |
|---|---|---|
| IRange | printArea | 打印区域。 |
| SizeF | availableSize | 不包括边距的大小。 |
| int | rowStart | 用于计算 RowEnd 的起始行索引。 |
| int | columnStart | 用于计算 ColumnEnd 的起始列索引。 |
| bool | rowHeaderVisible | 如果与此页面一起打印行标题,则为 True。 |
| bool | columnHeaderVisible | 如果与此页面一起打印列标题,则为 True。 |
| Type | Description |
|---|---|
| PageContentInfo |