property PageWidthZoom[PageNumber: Integer]: Double;
将页面宽度适配到视图中的只读缩放因子
Useful for building a "Fit Width" toolbar button.
所有 TPdfView 显示属性在赋值时都会触发重绘,因此你可以连续修改多个属性而不会闪烁,因为重绘会合并为一次失效
Active := True 之前赋值Pdf.PageRotation),纯视觉属性会保留在视图本地PdfView1.Pdf,请重新应用任何仅作用于视图的设置,新 TPdf 有自己的状态
begin
PdfView1.PageWidthZoom := {value};
PdfView1.Active := True;
end;