LastPage Property
Summary
The page range to stop processing when reached.
Syntax
public int LastPage { get; set; }
Public Property LastPage() As Integer
Get
Set
public:
property Int32 LastPage
{
Int32 get()
void set(Int32 value)
}
Property Value
A 1-based index for the page to stop processing when reached.