PDFium Delphi Component Docs

свойство PageWidthZoom

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

Синтаксис

property PageWidthZoom[PageNumber: Integer]: Double;

Описание

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

Useful for building a "Fit Width" 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.PageWidthZoom := {value};
  PdfView1.Active := True;
end;

Виж също

Active, Pdf, Options, Zoom