DocumentViewer.OnGoToPageCommand(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répond aux appels à la méthode GoToPage(Int32).
protected:
override void OnGoToPageCommand(int pageNumber);
protected override void OnGoToPageCommand(int pageNumber);
override this.OnGoToPageCommand : int -> unit
Protected Overrides Sub OnGoToPageCommand (pageNumber As Integer)
Paramètres
- pageNumber
- Int32
Numéro de page à positionner.
Remarques
pageNumber est un numéro de page positif (non négatif, non nul) qui commence à un (1).