PDFium Component Docs

FindDllInDllsTree function

Unit: PDFium
Mencari folder DLLs\Win32 atau DLLs\Win64 di bawah sebuah path awal

Syntax

function FindDllInDllsTree(const DllName, StartPath, SubDir: string): string;

Parameters

DllNamestring
StartPathstring
SubDirstring

Return Value

string

Description

FindDllInDllsTree berjalan ke atas dari StartPath dan memeriksa folder DLLs\SubDir untuk DLL PDFium yang diminta

Ia mendukung tata letak aplikasi tempat executable berada di bawah pohon repositori atau keluaran installer

Remarks

Example

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

See Also

FindDllInPath, LoadPDFiumDll, IsWin64