SetPDFiumFileName

Rendering and printing

Description

Sets the path to pdfium.dll used by the optional PDFium renderer.

Syntax

Delphi

Function SetPDFiumFileName(Const FileName: WideString): Integer;

Parameters

FileNameFull path to a PDFium DLL that matches the process architecture.

Returns

Returns 1 when the DLL can be loaded and attached; returns 0 when PDFium support is not compiled in or the DLL cannot be attached.

See also

SelectRenderer, SelectedRenderer, PDFiumRendering