 | PdfiumFPDFDICT_GetNumberBy Method |
Gets the float value rom Number object associated with the specified key.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float FPDFDICT_GetNumberBy(
IntPtr handle,
string key
)
Public Shared Function FPDFDICT_GetNumberBy (
handle As IntPtr,
key As String
) As Single
public:
static float FPDFDICT_GetNumberBy(
IntPtr handle,
String^ key
)
static member FPDFDICT_GetNumberBy :
handle : IntPtr *
key : string -> float32
public static float FPDFDICT_GetNumberBy(
IntPtr handle,
String key
)
Patagames.Pdf.Pdfium.FPDFDICT_GetNumberBy = function(handle, key);
Parameters
- handle IntPtr
- Handle to Dictionary object.
- key String
- The key contained in the Dictionary.
Return Value
SingleA float value associated with the specified key.
See Also