pdfGetLastTextPosYAbs
Y position of the last text written — a duplicate export of
| Category | Write-position tracking |
|---|---|
| Note | identical to pdfGetLastTextPosY (same duplicate pattern as the X pair) |
Purpose — Y position of the last text written — a duplicate export of pdfGetLastTextPosY.
Declarations
C
double __stdcall pdfGetLastTextPosYAbs(PPDF IPDF);
Delphi
function pdfGetLastTextPosYAbs(const IPDF: PPDF): Double; stdcall; external 'LumasPdf.dll';
Return value — Same as pdfGetLastTextPosY — identical implementation, no separate absolute-space calculation.
C# (P/Invoke)
wrappers/dotnet/LumasPdf.cs
public static extern double pdfGetLastTextPosYAbs(IntPtr IPDF);
Area
Text
Category
Getters
Exported names
pdfGetLastTextPosYAbs
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.