The ZoomOut() Method includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Zooms out to a lower resolution.| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub ZoomOut() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As JpipRasterImageViewer instance.ZoomOut() | |
| C# | |
|---|---|
public void ZoomOut() | |
| C++/CLI | |
|---|---|
public: void ZoomOut(); | |
This example calls this function to zoom out to a lower resolution after ZoomIn. For an example, refer to JpipRasterImageViewer.
Zooms out to a lower resolution, or half the size of the image. If the image is at the lowest resolution when ZoomOut() is called, nothing will happen.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code