PDFium Delphi Component Docs

ReloadPage metoda

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

Sintaksa

procedure ReloadPage;

Opis

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.

Napomene

Primjer

if Pdf1.Active then
  Pdf1.ReloadPage;

Vidi također

UpdatePage, Page, DeletePage