function BuildDllName(UseV8: Boolean): string;
| UseV8 | Boolean |
stringBuildDllName returns pdfium.v8.dll when UseV8 is True and the standard library name when UseV8 is False
LoadPDFiumDll calls this helper with EnableV8Engine before probing candidate directories
DllName := BuildDllName(EnableV8Engine);