![]() | PdfiumFPDFDICT_ |
public static int FPDFDICT_GetIntegerBy( IntPtr handle, string key )
Public Shared Function FPDFDICT_GetIntegerBy ( handle As IntPtr, key As String ) As Integer
public: static int FPDFDICT_GetIntegerBy( IntPtr handle, String^ key )
static member FPDFDICT_GetIntegerBy : handle : IntPtr * key : string -> int
public static int FPDFDICT_GetIntegerBy( IntPtr handle, String key )
Patagames.Pdf.Pdfium.FPDFDICT_GetIntegerBy = function(handle, key);
![]() |
---|
Please note this method returns 0 if key not found or handle is IntPtr.Zero |