ComponentOne PDF for WPF and Silverlight
Item Property (PdfPageCollection)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > PdfPageCollection Class : Item Property
Gets or sets the PdfPage at a specific position in the document.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal index As Integer _
) As PdfPage
public new PdfPage this[ 
   int index
]; {get; set;}

Parameters

index
See Also

Reference

PdfPageCollection Class
PdfPageCollection Members