GetPageCompletedEventArgs.PageNumber Propiedad

Definición

Obtiene el número de página que se ha pasado a GetPageAsync(Int32, Object).

public:
 property int PageNumber { int get(); };
public int PageNumber { get; }
member this.PageNumber : int
Public ReadOnly Property PageNumber As Integer

Valor de propiedad

Int32

Número de página que se ha pasado a GetPageAsync(Int32, Object).

Comentarios

La DocumentPage propiedad contiene la página del documento para el objeto solicitado PageNumber.

Se aplica a

Consulte también