Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageContentStreamCollection Class / Insert Method / Insert(Int32) Method
The position where the new page will be inserted.

In This Topic
    Insert(Int32) Method
    In This Topic
    Creates a new PageContentStream and inserts it at a specific position in this PageContentStream.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal index As System.Integer _
    ) As PageContentStream
    public PageContentStream Insert( 
       System.int index
    )

    Parameters

    index
    The position where the new page will be inserted.

    Return Value

    The newly created page.
    See Also