PDFium Component Docs

PageHeightZoom プロパティ

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

構文

property PageHeightZoom[PageNumber: Integer]: Double;

説明

page height が view に収まる read-only zoom factor です

Useful for building a "Fit Page" toolbar button.

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.PageHeightZoom := {value};
  PdfView1.Active := True;
end;

関連項目

Active, Pdf, Options, Zoom