GetFloat(IPdfDict,PdfName,Single) Method
In This Topic
Gets the Float value associated with the specified key. If the value does not exist or cannot be converted to a Float, returns .
Syntax
'Declaration
Public Overloads Shared Function GetFloat( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As System.Single _
) As System.Single
public static System.float GetFloat(
IPdfDict ,
PdfName ,
System.float
)
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- defValue
- The default value.
Return Value
The value associated with the specified key, or .
See Also