GetInt(IPdfArray,Int32,Int32) Method
In This Topic
Gets the int value at the specified index.
Returns if the value cannot be converted to an int.
Syntax
'Declaration
Public Overloads Shared Function GetInt( _
ByVal As IPdfArray, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
public static System.int GetInt(
IPdfArray ,
System.int ,
System.int
)
Parameters
- array
- The current array.
- index
- The index of the item to return.
- defValue
- The default value.
Return Value
The value at the specified index.
See Also