PDFReaderControls.NET Standard Class Reference

PagesViewer.ZoomOut Method 

Decrease the zoom factor to a predefined lower zoom factor, if any.

public void ZoomOut(
   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 lowest zoom factor, this method call is ignored.

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace