Accusoft.PdfXpress7.Net
PageList Property (ExtractPagesOptions)




Gets and sets the list of pages to extract.
Syntax
'Declaration
 
Public Property PageList As PageList
'Usage
 
Dim instance As ExtractPagesOptions
Dim value As PageList
 
instance.PageList = value
 
value = instance.PageList
public PageList PageList {get; set;}
public: __property PageList* get_PageList();
public: __property void set_PageList( 
   PageList* value
);
public:
property PageList^ PageList {
   PageList^ get();
   void set (    PageList^ value);
}

Property Value

A PageList object which contains the list of pages to extract.
Remarks

The default value is an empty PageList object.

Valid values are a valid PageList object.

The PageList collection represents all the page numbers to be extracted from the source document into the target document(s). The PageList collection can contain one to many PageRange objects. Each PageRange object can represent a contiguous set of pages. Use multiple PageRange objects for non-contiguous sets of pages.

During extraction, the pages will be extracted in the same order as they exist in this PageList. However, it is still acceptable to extract pages in whatever order you choose.

Each PageRange in the PageList will be processed separately. This means that if page ranges overlap, or a page is included in multiple pages, it will be inserted or extracted multiple times. For example, given three page ranges: 2-4, 3-6, 2-2, the results will be pages 2, 3, 4, 3, 4, 5, 6, 2.

See Also

Reference

ExtractPagesOptions Class
ExtractPagesOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback