Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / Set Method
The current IPdfArray.
The value index.
The value to set.

In This Topic
    Set Method (IPdfArrayExt)
    In This Topic
    Sets the value at the specified index.
    Syntax
    'Declaration
     
    Public Shared Sub Set( _
       ByVal array As IPdfArray, _
       ByVal index As System.Integer, _
       ByVal item As IPdfObject _
    ) 
    public static void Set( 
       IPdfArray array,
       System.int index,
       IPdfObject item
    )

    Parameters

    array
    The current IPdfArray.
    index
    The value index.
    item
    The value to set.
    See Also