Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageCollection Class / Item Property

In This Topic
    Item Property (PageCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As Page
    public Page this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also