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

In This Topic
    SetOrAddSilent Method
    In This Topic
    Sets the value at the specified index, adds null elements if index is too big, the method does not affect the IPdfArray.Changed. Returns true if object was actually changed.
    Syntax
    'Declaration
     
    Public Shared Sub SetOrAddSilent( _
       ByVal array As IPdfArray, _
       ByVal index As System.Integer, _
       ByVal item As IPdfObject _
    ) 
    public static void SetOrAddSilent( 
       IPdfArray array,
       System.int index,
       IPdfObject item
    )

    Parameters

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