[]
Returns a PageContentInfo object.
public PageContentInfo GeneratePageContentInfo(IRange printArea, SizeF availableSize, int rowStart, int columnStart, bool rowHeaderVisible, bool columnHeaderVisible)
Public Function GeneratePageContentInfo(printArea As IRange, availableSize As SizeF, rowStart As Integer, columnStart As Integer, rowHeaderVisible As Boolean, columnHeaderVisible As Boolean) As PageContentInfo
Type | Name | Description |
---|---|---|
IRange | printArea | The print area. |
SizeF | availableSize | The size that excludes the margins. |
int | rowStart | The start row index which is used to calculate the RowEnd. |
int | columnStart | The start column index which is used to calculate the ColumnEnd. |
bool | rowHeaderVisible | True if the row header is printed with this page. |
bool | columnHeaderVisible | True if the column header is printed with this page. |
Type | Description |
---|---|
PageContentInfo |