GetPageCompletedEventArgs.DocumentPage Egenskap

Definition

Hämtar för DocumentPage den sida som anges i anropet till 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

Egenskapsvärde

Dokumentsidan för sidan som anges i anropet till GetPageAsync(Int32, Object).

Kommentarer

Egenskapen PageNumber identifierar sidnumret för den begärda DocumentPage.

Gäller för

Se även