GetPageCompletedEventArgs.PageNumber Property

Definition

Gets the page number passed to GetPageAsync(Int32, Object).

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

Property Value

The page number passed to GetPageAsync(Int32, Object).

Remarks

The DocumentPage property contains the document page for the requested PageNumber.

Applies to

See also