<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://gambas-buch.de/dwen/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>GAMBAS-BOOK 3.19.5 - k23:k23.12:k23.12.3</title>
        <description></description>
        <link>https://gambas-buch.de/dwen/</link>
        <lastBuildDate>Wed, 22 Apr 2026 08:19:00 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://gambas-buch.de/dwen/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>GAMBAS-BOOK 3.19.5</title>
            <link>https://gambas-buch.de/dwen/</link>
        </image>
        <item>
            <title>start</title>
            <link>https://gambas-buch.de/dwen/doku.php?id=k23:k23.12:k23.12.3:start&amp;rev=1775136449&amp;do=diff</link>
            <description>23.12.3 Class PdfPage (gb.poppler)

The PdfPage class is virtual and cannot be created. This virtual class represents a page of a PDF document. This allows you to access a specific page in a PDF document via its page index: 


  Dim iIndex As Integer

  $hPdfDocument = New PdfDocument(Dialog.Path)

  If $hPdfDocument.Count &gt; 0 Then
     For iIndex = 0 To $hPdfDocument.Max
         Print &quot;Label  = &quot;; $hPdfDocument[iIndex].Label
         Print &quot;Height = &quot;; $hPdfDocument[iIndex].H
         Print &quot;W…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Thu, 02 Apr 2026 13:27:29 +0000</pubDate>
        </item>
    </channel>
</rss>
