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