Docs de PDFiumPas

PageHeightZoom Propiedad

Esta entrada API conserva identificadores, firmas, bloques de código y términos PDF en su forma original.
Componente: TPdfView  ·  Unidad: PDFium
Factor de zoom de solo lectura que ajusta la altura de la página a la vista

Sintaxis

property PageHeightZoom[PageNumber: Integer]: Double;

Descripción

Factor de zoom de solo lectura que ajusta la altura de la página a la vista

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.

Notas

Ejemplo

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

Véase también

Active, Pdf, Options, Zoom