PDFReaderControls.NET Standard Class Reference

PagesViewer.ZoomFactor Property

Get or set the zoom factor. A zoom factor of one means that a point (1/72 inch) corresponds to 1 pixel. In other words, the PDF is displayed at a resolution of 72 DPI.

public float ZoomFactor {get; set;}

Remarks

The ZoomFactor will be clipped to the MinZoom, MaxZoom boundaries.

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace