The PdfPageCollection type exposes the following members.

Methods

  Name Description
Public method Add()()()()
Creates a new PdfPage and adds it to the end of the document.
Public method Add(Size)
Creates a new PdfPage with the specified size and adds it to the end of the document.
Public method Add(PaperKind)
Creates a new PdfPage with the specified size and adds it to the end of the document.
Public method Add(PdfPage)
Adds a page to the document.
Public method AddRange(ICollection)
Adds the elements of an ICollection to the end of the document.
Public method AddRange(IEnumerable<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method AsReadOnly (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method BinarySearch(T) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method BinarySearch(T, IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method BinarySearch(Int32, Int32, T, IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method Clear
Removes all pages from the document.
Public method Contains (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method ConvertAll<(Of <<'(TOutput>)>>) (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method CopyTo(array<T>[]()[][]) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method CopyTo(array<T>[]()[][], Int32) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method CopyTo(Int32, array<T>[]()[][], Int32, Int32) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method Equals (Inherited from Object.)
Public method Exists (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method Find (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method FindAll (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method FindIndex(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method FindIndex(Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method FindIndex(Int32, Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method FindLast (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method FindLastIndex(Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method FindLastIndex(Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method FindLastIndex(Int32, Int32, Predicate<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method ForEach (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method GetEnumerator (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method GetHashCode (Inherited from Object.)
Public method GetRange (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method GetType (Inherited from Object.)
Public method IndexOf(T) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method IndexOf(T, Int32) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method IndexOf(T, Int32, Int32) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method Insert(Int32)
Creates a new page and inserts it at a specific position in the document.
Public method Insert(Int32, PaperKind)
Creates a new page with the specified size and inserts it at a specific position in the document.
Public method Insert(Int32, PdfPage)
Inserts a page at a specific position in the document.
Public method Insert(Int32, Size)
Creates a new page with the specified size and inserts it at a specific position in the document.
Public method InsertRange(Int32, IEnumerable<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method InsertRange(Int32, ICollection)
Inserts the elements of an ICollection at a specified position in the document.
Public method LastIndexOf(T) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method LastIndexOf(T, Int32) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method LastIndexOf(T, Int32, Int32) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method Remove
Removes a page from a document.
Public method RemoveAll (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method RemoveAt
Removes a page at a specific position from the document.
Public method RemoveRange
Removes a range of pages from the document.
Public method Reverse()()()() (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method Reverse(Int32, Int32) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method Sort()()()() (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method Sort(IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method Sort(Comparison<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method Sort(Int32, Int32, IComparer<(Of <<'(T>)>>)) (Inherited from List<(Of <(<'PdfPage>)>)>List<(Of <(<'T>)>)>.)
Public method ToArray (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method ToString (Inherited from Object.)
Public method TrimExcess (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public method TrueForAll (Inherited from List<(Of <(<'PdfPage>)>)>.)

Properties

  Name Description
Public property Capacity (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public property Count (Inherited from List<(Of <(<'PdfPage>)>)>.)
Public property Item
Gets or sets the PdfPage at a specific position in the document.

See Also