Click or drag to resize

PdfSectionPageCollection Class

Manipulates pages within a section.
Inheritance Hierarchy
System Object
Spire.Pdf PdfSectionPageCollection

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfSectionPageCollection : IEnumerable

The PdfSectionPageCollection type exposes the following members.

Properties
Name Description
Public property Count
Gets the count of the pages.
Public property Item
Gets theat the specified index.
Top
Methods
Name Description
Public method Add
Creates a new page and adds it into the collection.
Public method Add(PdfNewPage)
Adds a page into collection.
Public method Clear
Clears this collection.
Public method Contains
Determines whether the specified page is within the collection.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IndexOf
Returns the index of the specified page.
Public method Insert
Inserts a page at the specified index.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method Remove
Removes the specified page.
Public method RemoveAt
Removes a page at the index specified.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also