PDFium Component Docs

LoadLibrary Metod

Denna API-post behåller identifierare, signaturer, kodblock och PDF-termer i ursprunglig form.
Komponent: TPdf  ·  Enhet: PDFium
Loads the PDFium runtime DLL into the process. Called implicitly by Active := True.

Syntax

procedure LoadLibrary;

Beskrivning

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

Skicka en egen sökväg för att använda en icke-standard DLL-plats; skicka en tom sträng för standardsökningen.

Wraps the corresponding PDFium API and exposes it as a TPdf instance member so consumers do not have to manage FPDF_DOCUMENT handles directly.

Anmärkningar

Exempel

begin
  TPdf.LoadLibrary;
end;

Se även

UnloadLibrary, Loaded, V8FeaturesAvailable