Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents a collection of pages of a document.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of pages in the collection.
|
![]() | IsReadOnly | |
![]() | Item |
Gets the element at the specified index.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds the page to the end of the collection of document pages.
|
![]() | Clear | |
![]() | Contains | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf | |
![]() | Insert |
Inserts a page at the specified index to the collection of document pages.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove(Int32) |
Removes the PDF page with the specified index from the collection.
|
![]() | Remove(Page) | |
![]() | RemoveAt |
Removes the PDF page with the specified index from the collection.
|
![]() | ToString | (Inherited from Object.) |
See Also