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