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 LeadSize _ 
)  
public: 
void Zoom(  
   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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.