PDFium Component Docs

FindDllInPath function

Unit: PDFium
Finds a named PDFium DLL in one directory

Syntax

function FindDllInPath(const DllName, SearchPath: string): string;

Parameters

DllNamestring
SearchPathstring

Return Value

string

Description

Finds a named PDFium DLL in one directory

This helper participates in the PDFium DLL search policy used by TPdf.LoadLibrary

Remarks

Example

DllPath := FindDllInPath('pdfium.dll', GetApplicationPath);

See Also

FindDllInDllsTree, LoadPDFiumDll, GetApplicationPath