PdfPages Methods |
The PdfPages type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | |
![]() | AddClone | |
![]() | Clear |
Removes all PdfPages from the PdfCollection.
|
![]() | Contains |
Determines whether a PdfPage is in the collection.
|
![]() | CopyTo |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection of PdfPages.
|
![]() | IndexOf |
Searches for the specified PdfPage and returns the zero-based index of the first occurrence within the entire collection.
|
![]() | Insert | |
![]() | InsertClone | |
![]() | Move |
Moves the PdfPage at the specified index to a new location in the collection.
|
![]() | Remove |
Removes the first occurrence of a specific PdfPage from the collection.
|
![]() | RemoveAt |
Removes the PdfPage at the specified index of the collection.
|
![]() | SetCropBox(Double, Double) |
Sets the CropBox.
(Inherited from PdfPageObject.) |
![]() | SetCropBox(Double, Double, Double, Double) |
Sets the CropBox.
(Inherited from PdfPageObject.) |
![]() | SetMediaBox(Double, Double) |
Sets the MediaBox.
(Inherited from PdfPageObject.) |
![]() | SetMediaBox(Double, Double, Double, Double) |
Sets the MediaBox.
(Inherited from PdfPageObject.) |
Name | Description | |
---|---|---|
![]() | GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions.) |