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 As IPdfArray, _
ByVal As System.Integer, _
ByVal As IPdfObject _
)
public static void SetSilent(
IPdfArray ,
System.int ,
IPdfObject
)
Parameters
- array
- The current IPdfArray.
- index
- The index of the value to set.
- item
- The value to set.
See Also