function BuildDllName(UseV8: Boolean): string;
Boolean
string
當 UseV8 為 True 時,BuildDllName 傳回 pdfium.v8.dll;當 UseV8 為 False 時,則傳回標準程式庫名稱
LoadPDFiumDll 在探查候選目錄之前,會先以 EnableV8Engine 呼叫此輔助函式
DllName := BuildDllName(EnableV8Engine);