Defines adjacent pages by specifying the starting page number and page count.
Syntax
public: PageRange(
int ,
int
)
public:
PageRange(
int ,
int
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim startPageNumber As Integer
Dim pageCount As Integer
Dim instance As New PageRange(startPageNumber, pageCount)
Parameters
- startPageNumber
- An integer value which represents a page index which for the first page of this page range.
- pageCount
- An integer which represents the number of pages in this page range.
See Also