Returns total page count.
シンタックス
'宣言
Protected Function GetTotalPageCount( _
ByVal As System.String, _
ByVal As IExecutionContext, _
ByVal As System.Collections.Generic.Dictionary(Of Integer,Byte()) _
) As System.Integer
'使用法
Dim instance As PaginatedExporter
Dim devInfoFmt As System.String
Dim context As IExecutionContext
Dim pages As System.Collections.Generic.Dictionary(Of Integer,Byte())
Dim value As System.Integer
value = instance.GetTotalPageCount(devInfoFmt, context, pages)
protected System.int GetTotalPageCount(
System.string ,
IExecutionContext ,
System.Collections.Generic.Dictionary<int,byte[]>
)
パラメータ
- devInfoFmt
- context
- pages
参照