PDFium Component Docs

UpdatePage メソッド

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdf  ·  ユニット: PDFium
Commits in-memory edits made through CreateAnnotation, AddImage, AddText, SetFormFieldFlagsAt, etc. to the underlying PDFium page.

構文

procedure UpdatePage;

説明

Commits in-memory edits made through CreateAnnotation, AddImage, AddText, SetFormFieldFlagsAt, etc. to the underlying PDFium page.

一連の編集後、変更済み内容を読み戻す前または文書を保存する前に呼び出します

Wraps the corresponding PDFium API and exposes it as a TPdf instance member so consumers do not have to manage FPDF_DOCUMENT handles directly.

備考

if Pdf1.Active then
  Pdf1.UpdatePage;

関連項目

ReloadPage, CreateAnnotation, AddImage, SaveAs