property ActualSizeZoom[PageNumber: Integer]: Double;
Fator de zoom somente leitura que exibe a página em seu tamanho físico real na tela hospedeira
Calculado usando o DPI de tela informado pelo sistema operacional e a largura/altura da página em pontos
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.
Active := TruePdfView1.Pdf em tempo de execução, reaplique qualquer configuração exclusiva da visualização — o novo TPdf tem seu próprio estado
begin
PdfView1.ActualSizeZoom := {value};
PdfView1.Active := True;
end;