A collection of PdfPage objects that make up the document.

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class PdfPageCollection : List<PdfPage>
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class PdfPageCollection _
	Inherits List(Of PdfPage)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'PdfPage>)>)>
    C1.Phone.Pdf..::..PdfPageCollection

See Also