PDFium Component Docs

ReloadPage method

Component: TPdf  ·  Unit: PDFium
Ponovno učitava trenutačno odabranu stranicu iz PDFium mehanizma i osvježava predmemoriju objekata stranice

Syntax

procedure ReloadPage;

Description

Reloads the currently selected page from the PDFium engine, refreshing the page object cache.

Use after low-level PDFium edits that bypass the TPdf editing methods, or to recover after an aborted edit.

Omotava odgovarajući PDFium API i izlaže ga kao član instance TPdf tako da korisnici ne moraju izravno upravljati FPDF_DOCUMENT ručkama.

Remarks

Example

if Pdf1.Active then
  Pdf1.ReloadPage;

See Also

UpdatePage, Page, DeletePage