Skip to contents

Releases the underlying PDFium handle. Idempotent — calling pdf_page_close() on an already-closed page is a no-op.

Usage

pdf_page_close(page)

Arguments

page

A pdfium_page from pdf_page_load().

Value

Invisibly returns page with its underlying pointer marked closed.