Zoom

PdfPageEditor.Zoom property

Hämta eller ställer in zoomkoefficient. Värde 1.0 motsvarar 100%. Standardvärdet är 1.0. Följande exempel visar hur man ändrar zoom på dokumentsidorna.

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

Se även