Namespace TallComponents.PDF.Rasterizer
Class PageCollection
Collection of pages inside a PDF document. Non-creatable. Obtained through the Pages property of Document.
Syntax
public class PageCollection
: Object
,
IEnumerable<Page>
Properties
Number of pages.
Retrieve a page by 0-based index.
Methods
Determine whether an Page is in the PageCollection.
Implements strong typed IEnumerable<T>.GetEnumerator.
Searches for the specified Page in the PageCollection.