pdfGetDynaPDFVersion
LumasPDF-named alias returning the same version string.
| Category | Version (compatibility alias) |
|---|
Purpose — LumasPDF-named alias returning the same version string.
Description — Provided so binaries compiled against lumaspdf.h resolve a version export by its expected name; forwards to pdfGetLumasPDFVersion and returns the identical string.
Declarations
C
const char* __stdcall pdfGetDynaPDFVersion(void);
Delphi
function pdfGetDynaPDFVersion(): PAnsiChar; stdcall; external 'LumasPdf.dll';
Return value — Same static string as pdfGetLumasPDFVersion.
See also — pdfGetLumasPDFVersion
C# (P/Invoke)
wrappers/dotnet/LumasPdf.cs
public static extern IntPtr pdfGetDynaPDFVersion();
Area
Core SDK
Category
Getters
Exported names
pdfGetDynaPDFVersion
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.