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

改ページ位置が自動修正される、連続するページの数。

適用対象

こちらもご覧ください