Overload | Description |
---|---|
GetInt(IPdfArray,Int32,Int32) | Gets the int value at the specified index.
Returns defValue if the value cannot be converted to an int. |
GetInt(IPdfArray,Int32,Nullable<Int32>) | Gets the nullable int value at the specified index.
Returns defValue if the value cannot be converted to an int. |