Accusoft.PdfXpress5.Net
PageList Class
Members  See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace : PageList Class




Glossary Item Box

This class represents a collection of PageRange objects. The InsertPagesOptions object uses this collection to describe the pages to be inserted from the source Document into the target Document.

Object Model

PageList ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange ClassPageRange Class

Syntax

Remarks

A PageList object lets you maintain a list of PageRange objects. You can easily add, remove, and find PageRange objects in the list.

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.

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      Accusoft.PdfXpressSdk.PageList

See Also

©2012. Accusoft Corporation. All Rights Reserved.