| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub ZoomIn() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void ZoomIn() | |
| C++/CLI | |
|---|---|
public: void ZoomIn(); | |
This example calls this function to zoom in to the next resolution after the file has been opened.
For an example, refer to JpipRasterImageViewer.
Zooms in to a higher resolution, or double the size of the current resolution. If
the image is at the highest resolution when ZoomIn() is called, nothing will
happen.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code