Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PageContentStreamCollection Class / Insert Method / Insert(Int32,PageContentStream) Method

In This Topic
    Insert(Int32,PageContentStream) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As PageContentStream _
    ) 
    public void Insert( 
       System.int index,
       PageContentStream item
    )

    Parameters

    index
    item
    See Also