API reference › Import & Output APIs
pdfFlushPagesEx
Same behavior as [pdfFlushPages](#api-pdfflushpages); Flags and LastPage are ignored.
Same behavior as pdfFlushPages; Flags and LastPage are ignored.
C
BOOL32 __stdcall pdfFlushPagesEx(PPDF IPDF, int32_t Flags, uint32_t LastPage);
C# (P/Invoke)
wrappers/dotnet/LumasPdf.cs
[return: MarshalAs(UnmanagedType.Bool)]
Area
Import & Output APIs
Category
Core
Exported names
pdfFlushPagesEx
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.