API referenceImport & Output APIs

pdfImportPageEx

Same operation as [pdfImportPage](#api-pdfimportpage); the scale factors are accepted for ABI compatibility and ignored, because in this engine scaling happens at placement time (pdfPlaceTemplateEx width/height arguments).

Same operation as pdfImportPage; the scale factors are accepted for ABI compatibility and ignored, because in this engine scaling happens at placement time (pdfPlaceTemplateEx width/height arguments).

C
int32_t __stdcall pdfImportPageEx(PPDF IPDF, uint32_t PageNum, double ScaleFactX, double ScaleFactY);

C# (P/Invoke)

wrappers/dotnet/LumasPdf.cs
public static extern int pdfImportPageEx(IntPtr IPDF, uint PageNum, double ScaleFactX, double ScaleFactY);
Area
Import & Output APIs
Category

Import

Exported names

pdfImportPageEx

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.