VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPageCollection Class
Properties Methods SeeAlso
In This Topic
    PdfPageCollection Class Members
    In This Topic
    The following tables list the members exposed by PdfPageCollection.
    Public Properties
     NameDescription
    Public PropertyGets the number of pages contained in the collection.
    Public PropertyGets a value indicating whether the collection is read-only.
    Public PropertyGets or sets the page at the specified index.
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds new page with specified image into the .
    Public MethodAppends a range of pages to the PdfPageCollection.
    Public MethodRemoves all pages from the PdfPageCollection.
    Public MethodDetermines whether the PdfPageCollection contains a specific PdfPage.
    Public MethodCopies all the pages of the PdfPageCollection instance to the specified one-dimensional Array.
    Public MethodOverloaded. Creates thumbnails for all pages of this PDF document.
    Public MethodReturns an enumerator that iterates through a collection.
    Public MethodReturns the index of the specified PdfPage.
    Public MethodOverloaded. Inserts new page with specified image using the specified and into the .
    Public MethodMerges the content streams of PDF pages.
    Public MethodRemoves the first occurrence of a specific page from the PdfPageCollection.
    Public MethodRemoves the page at the specified index of the PdfPageCollection instance.
    Public MethodRemoves thumbnails from all pages of this PDF document.
    Public MethodOverloaded. Swaps two pages in the collection.
    Public MethodCopies the pages of the PdfPageCollection to a new array.
    See Also