PDFium Delphi Component Docs

свойство PageHeightZoom

Компонент: TPdfView  ·  Модул: PDFium
Коефициент на увеличение само за четене, който побира височината на страницата във виждането

Синтаксис

property PageHeightZoom[PageNumber: Integer]: Double;

Описание

Read-only zoom factor that fits the page height into the view.

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