function BuildDllName(UseV8: Boolean): string;
| UseV8 | Boolean |
stringBuildDllName devuelve pdfium.v8.dll cuando UseV8 es True y el nombre de biblioteca estándar cuando UseV8 es False
LoadPDFiumDll llama a este auxiliar con EnableV8Engine antes de sondear los directorios candidatos
DllName := BuildDllName(EnableV8Engine);