ExtractPagesOptions Object : PageList Property |
Visual Basic |
---|
Public Property PageList As PageList |
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.