Accusoft.PdfXpress6.Net
ForSinglePage Method




The page number which this PageRange object will represent.
Static member function to create a PageRange object that represents a single page of a Document.
Syntax
'Declaration
 
Public Shared Function ForSinglePage( _
   ByVal pageNumber As Integer _
) As PageRange
'Usage
 
Dim pageNumber As Integer
Dim value As PageRange
 
value = PageRange.ForSinglePage(pageNumber)
public static PageRange ForSinglePage( 
   int pageNumber
)
public: static PageRange* ForSinglePage( 
   int pageNumber
) 
public:
static PageRange^ ForSinglePage( 
   int pageNumber
) 

Parameters

pageNumber
The page number which this PageRange object will represent.

Return Value

A PageRange object that represents a single page of a Document.
Remarks

This function is provided as a convenient way to create a PageRange object that represents a single page in a Document.

See Also

Reference

PageRange Class
PageRange Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback