Accusoft.PdfXpress7.Net
PageRange Class
Members 




This class implements a series of contiguous (adjacent) pages.
Object Model
PageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange Class
Syntax
'Declaration
 
Public Class PageRange 
'Usage
 
Dim instance As PageRange
public class PageRange 
public __gc class PageRange 
public ref class PageRange 
Remarks

This class is used to define a single range of adjacent pages. For example, this object can represent all of the pages within the range 1 through 10. It can also represent a single page. To describe a series of non-contiguous pages (e.g. 1 - 10 and 15-18), simply create a PageRange for each contiguous range of pages, and add each PageRange object to a PageList collection object.

The PageList collection object is used by the InsertPagesOptions to define which pages will be inserted from the SourceDocument into the target document.

Inheritance Hierarchy

System.Object
   Accusoft.PdfXpressSdk.PageRange

See Also

Reference

PageRange Members
Accusoft.PdfXpressSdk Namespace

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback