GetInt Method (IPdfDictExt)
In This Topic
Gets the Integer value associated with the specified key. If the value does not exist or cannot be converted to an Integer, returns defValue (which can be null).
Overload List
Overload | Description |
GetInt(IPdfDict,PdfName,Nullable<Int32>) | Gets the Integer value associated with the specified key. If the value does not exist or cannot be converted to an Integer, returns (which can be null). |
GetInt(IPdfDict,PdfName,Int32) | Gets the nullable Integer value associated with the specified key. If the value does not exist or cannot be converted to an Integer, returns . |
See Also