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

In This Topic
    SetSilent Method (IPdfArrayExt)
    In This Topic
    Sets a value associated with a specified index. This method does not affect the value of IPdfArray.Changed property.
    Syntax
    'Declaration
     
    Public Shared Sub SetSilent( _
       ByVal array As IPdfArray, _
       ByVal index As System.Integer, _
       ByVal item As IPdfObject _
    ) 
    public static void SetSilent( 
       IPdfArray array,
       System.int index,
       IPdfObject item
    )

    Parameters

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