Zoom

PdfPageEditor.Zoom property

获取或设置缩放系数。值 1.0 对应 100%. 默认值为 1.0. 以下示例演示如何更改文档页面的缩放。

PdfPageEditor editor = new PdfPageEditor();
editor.BindPdf("sample.pdf");
editor.Zoom = 0.5f;
public float Zoom { get; set; }

也可以看看