function FindDllInPath(const DllName, SearchPath: string): string;
| DllName | string |
| SearchPath | string |
stringFinds a named PDFium DLL in one directory
This helper participates in the PDFium DLL search policy used by TPdf.LoadLibrary
DllPath := FindDllInPath('pdfium.dll', GetApplicationPath);