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