PaginationProgressEventArgs(Int32, Int32) コンストラクター

定義

PaginationProgressEventArgs クラスの新しいインスタンスを初期化します。

public:
 PaginationProgressEventArgs(int start, int count);
public PaginationProgressEventArgs(int start, int count);
new System.Windows.Documents.PaginationProgressEventArgs : int * int -> System.Windows.Documents.PaginationProgressEventArgs
Public Sub New (start As Integer, count As Integer)

パラメーター

start
Int32

ページ分割された最初のページのページ番号 (0 から始まる)。

count
Int32

ページ分割された連続ページの数。

適用対象

こちらもご覧ください