PageContentInfo オブジェクトを返します。
シンタックス
'宣言
Public Function GeneratePageContentInfo( _
ByVal As IRange, _
ByVal As System.Drawing.SizeF, _
ByVal As System.Integer, _
ByVal columnStart As System.Integer, _
ByVal As System.Boolean, _
ByVal columnHeaderVisible As System.Boolean _
) As PageContentInfo
public PageContentInfo GeneratePageContentInfo(
IRange ,
System.Drawing.SizeF ,
System.int ,
System.int columnStart,
System.bool ,
System.bool columnHeaderVisible
)
パラメータ
- printArea
- 印刷範囲。
- availableSize
- 余白を除外するサイズ。
- rowStart
- RowEndを計算するために使用される開始行インデックス。
- columnStart
- ColumnEndを計算するために使用される開始列インデックス。
- rowHeaderVisible
- このページに行ヘッダーが印刷される場合は、Trueです。
- columnHeaderVisible
- このページに列ヘッダーが印刷される場合は、Trueです。
参照