PDFReaderControls.NET Standard Class Reference

PagesViewer.ZoomIn Method 

Increase the zoom factor to a predefined higher zoom factor, if any.

public void ZoomIn(
   Point center
);

Parameters

center
This point in document canvas coordinates will be at the center of the viewer after zooming.

Remarks

If the current zoom factor is already at the highest zoom factor, this method call is ignored.

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace