Gets the collection of PdfPage objects that make up the document.

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

Syntax

C#
public PdfPageCollection Pages { get; }
Visual Basic
Public ReadOnly Property Pages As PdfPageCollection
	Get

See Also