GetPageCompletedEventArgs.DocumentPage プロパティ

定義

DocumentPage の呼び出しで指定されたページの GetPageAsync(Int32, Object) を取得します。

public:
 property System::Windows::Documents::DocumentPage ^ DocumentPage { System::Windows::Documents::DocumentPage ^ get(); };
public System.Windows.Documents.DocumentPage DocumentPage { get; }
member this.DocumentPage : System.Windows.Documents.DocumentPage
Public ReadOnly Property DocumentPage As DocumentPage

プロパティ値

GetPageAsync(Int32, Object) の呼び出しで指定されたページのドキュメント ページ。

注釈

プロパティは PageNumber 、要求された DocumentPageのページ番号を識別します。

適用対象

こちらもご覧ください