ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPageCollection Class / Item Property

In This Topic
    Item Property (PdfPageCollection)
    In This Topic
    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