PDFium Component Docs

ActualSizeZoom プロパティ

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdfView  ·  ユニット: PDFium
host screen 上で page を真の physical size で表示する read-only zoom factor です

構文

property ActualSizeZoom[PageNumber: Integer]: Double;

説明

host screen 上で page を真の physical size で表示する read-only zoom factor です

OS が報告する画面 DPI とページの幅/高さ (ポイント単位) を使って計算されます

All TPdfView display properties trigger a repaint when assigned; you can change several in sequence without flicker because the redraw is coalesced into a single invalidation.

備考

begin
  PdfView1.ActualSizeZoom := {value};
  PdfView1.Active := True;
end;

関連項目

Active, Pdf, Options, Zoom