public PageContentInfo GeneratePageContentInfo( IRange printArea, System.Drawing.SizeF availableSize, System.int rowStart, System.int columnStart, System.bool rowHeaderVisible, System.bool columnHeaderVisible )
Parameters
- printArea
- The print area.
- availableSize
- The size that excludes the margins.
- rowStart
- The start row index which is used to calculate the RowEnd.
- columnStart
- The start column index which is used to calculate the ColumnEnd.
- rowHeaderVisible
- True if the row header is printed with this page.
- columnHeaderVisible
- True if the column header is printed with this page.