Link Search Menu Expand Document

PageCollection Class

Represents a collection of pages of a document.
Inheritance Hierarchy
SystemObject
Bytescout.PDFPageCollection

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class PageCollection : IList<Page>, 
	ICollection<Page>, IEnumerable<Page>, IEnumerable

The PageCollection type exposes the following members.

Properties
NameDescription
Public propertyCount
Gets the number of pages in the collection.
Public propertyIsReadOnly
Public propertyItem
Gets the element at the specified index.
Top
Methods
NameDescription
Public methodAdd
Adds the page to the end of the collection of document pages.
Public methodClear
Public methodContains
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Public methodInsert
Inserts a page at the specified index to the collection of document pages.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(Int32)
Removes the PDF page with the specified index from the collection.
Public methodRemove(Page)
Public methodRemoveAt
Removes the PDF page with the specified index from the collection.
Public methodToString (Inherited from Object.)
Top
See Also

Reference