Accusoft.PdfXpress6.Net
PageRange Constructor(Int32,Int32)




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

Reference

PageRange Class
PageRange Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback