PdfSectionPageCollection Class |
Namespace: Spire.Pdf
The PdfSectionPageCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Add |
Creates a new page and adds it into the collection.
|
![]() |
Add(PdfNewPage) |
Adds a page into collection.
|
![]() |
Clear |
Clears this collection.
|
![]() |
Contains |
Determines whether the specified page is within the collection.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
IndexOf |
Returns the index of the specified page.
|
![]() |
Insert |
Inserts a page at the specified index.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
Remove |
Removes the specified page.
|
![]() |
RemoveAt |
Removes a page at the index specified.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|