PDFium Component Docs

ChangePageOnMouseScrolling プロパティ

この API エントリでは識別子、シグネチャ、コードブロック、PDF 用語を元の表記のまま保持します。
コンポーネント: TPdfView  ·  ユニット: PDFium
SinglePage mode では、page edge での mouse-wheel scrolling で次の page に進むかどうかを制御します

構文

property ChangePageOnMouseScrolling: Boolean;

説明

SinglePage mode では、page edge での mouse-wheel scrolling で次の page に進むかどうかを制御します

Has no effect in continuous DisplayMode values.

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

関連項目

Active, Pdf, Options, Zoom