Accusoft.PdfXpress6.Net
ForAllPages Method




Static member to create a PageRange object that represents all pages of a Document.
Syntax
'Declaration
 
Public Shared Function ForAllPages() As PageRange
'Usage
 
Dim value As PageRange
 
value = PageRange.ForAllPages()
public static PageRange ForAllPages()
public: static PageRange* ForAllPages(); 
public:
static PageRange^ ForAllPages(); 

Return Value

A PageRange object that represents all pages of a Document.
Remarks

This function is provided as a convenient way to create a PageRange object that represents all pages in a Document without needing to know how many pages there actually are.

See Also

Reference

PageRange Class
PageRange Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback