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