Condividi tramite


GetPageCompletedEventArgs.DocumentPage Proprietà

Definizione

Ottiene l'oggetto DocumentPage per la pagina specificata nella chiamata a 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

Valore della proprietà

DocumentPage

Pagina del documento per la pagina specificata nella chiamata a GetPageAsync(Int32, Object).

Commenti

La PageNumber proprietà identifica il numero di pagina dell'oggetto DocumentPagerichiesto.

Si applica a

Vedi anche