IInternalAccess
GetDictionaryIntValue Method
|
Get int value from dictionary
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
int GetDictionaryIntValue(
string key,
Object obj
)
Function GetDictionaryIntValue (
key As String,
obj As Object
) As Integer
int GetDictionaryIntValue(
String^ key,
Object^ obj
)
abstract GetDictionaryIntValue :
key : string *
obj : Object -> int
Parameters
-
key
-
Type:
System
String
-
obj
-
Type:
System
Object
Return Value
Type:
Int32
See Also