Accusoft.PdfXpressSdk Namespace : PageList Class |
'Declaration <DefaultMemberAttribute("Item")> Public Class PageList Inherits System.Collections.CollectionBase Implements System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage Dim instance As PageList
[DefaultMember("Item")] public class PageList : System.Collections.CollectionBase, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[DefaultMember("Item")] public __gc class PageList : public System.Collections.CollectionBase, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[DefaultMember("Item")] public ref class PageList : public System.Collections.CollectionBase, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
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.
System.Object
System.Collections.CollectionBase
Accusoft.PdfXpressSdk.PageList