←Select platform

Zoom Method

Summary

Zooms in or out to any desired size.

Syntax

C#
VB
C++
public void Zoom( 
   LeadSize size 
) 
  
Public Sub Zoom( _ 
   ByVal size As Leadtools.LeadSize _ 
)  
public: 
void Zoom(  
   Leadtools.LeadSize size 
)  

Parameters

size
The desired size of the image after zooming.

Remarks

Size can have any value: the JpipRasterImageViewer will find the best resolution that fits this size and then load, decode and paint the image.

Example

For an example of calling this function to zoom to the 3rd resolution, refer to JpipRasterImageViewer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly