property Rotation: TRotation;
Visual rotation applied to the rendered page (ro0 / ro90 / ro180 / ro270).
Does not modify the underlying PDF; use TPdf.PageRotation to change persistent rotation.
Toutes les propriétés d’affichage de TPdfView déclenchent un repeint lorsqu’elles sont affectées; vous pouvez en modifier plusieurs à la suite sans scintillement, car le rafraîchissement est regroupé en une seule invalidation
Active := True.PdfView1.Pdf at runtime, re-apply any view-only settings — the new TPdf has its own state.
begin
PdfView1.Rotation := {value};
PdfView1.Active := True;
end;