Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / Insert Method
The current PDF array.
The index of item.
The item to insert.

In This Topic
    Insert Method (IPdfArrayExt)
    In This Topic
    Insert an item into IPdfArray.
    Syntax
    'Declaration
     
    Public Shared Sub Insert( _
       ByVal array As IPdfArray, _
       ByVal index As System.Integer, _
       ByVal item As IPdfObject _
    ) 
    public static void Insert( 
       IPdfArray array,
       System.int index,
       IPdfObject item
    )

    Parameters

    array
    The current PDF array.
    index
    The index of item.
    item
    The item to insert.
    See Also