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