PDFium Component Docs

LoadLibrary method

Component: TPdf  ·  Unit: PDFium
Loads the PDFium runtime DLL into the process. Called implicitly by Active := True.

Syntax

procedure LoadLibrary;

Description

Loads the PDFium runtime DLL into the process. Called implicitly by Active := True.

Pass a custom path to use a non-default DLL location; pass an empty string for the default search.

API مربوطهٔ PDFium را در بر می‌گیرد و به‌عنوان یک عضو نمونهٔ TPdf در دسترس قرار می‌دهد تا مصرف‌کنندگان نیازی به مدیریت مستقیم هندل‌های FPDF_DOCUMENT نداشته باشند

Remarks

Example

begin
  TPdf.LoadLibrary;
end;

See Also

UnloadLibrary, Loaded, V8FeaturesAvailable