Gets an item at specified index.
'Declaration
Public Shared Function GetItem( _
ByVal As IPdfArray, _
ByVal As System.Integer _
) As IPdfObject
public static IPdfObject GetItem(
IPdfArray ,
System.int
)
Parameters
- array
- The current array.
- index
- The item index.
Return Value
The IPdfObject with specified index.