API referenceImport & Output APIs

pdfCloseImportFileEx

Identical to [pdfCloseImportFile](#api-pdfcloseimportfile); the Handle argument is accepted for ABI compatibility and ignored (single import slot).

Identical to pdfCloseImportFile; the Handle argument is accepted for ABI compatibility and ignored (single import slot).

C
BOOL32 __stdcall pdfCloseImportFileEx(PPDF IPDF, uint32_t Handle);

C# (P/Invoke)

wrappers/dotnet/LumasPdf.cs
[return: MarshalAs(UnmanagedType.Bool)]
Area
Import & Output APIs
Category

Core

Exported names

pdfCloseImportFileEx

String variants

The …A form takes UTF-8, …W takes UTF-16; a bare name aliases the ANSI form.

See working code

Worked examples — complete programs in ten languages.