←Select platform

ViewZoomPercent Property

Summary

Zooms the view by the specified percentage.

Syntax
C#
VB
C++
public double ViewZoomPercent {get; set;} 
Public Property ViewZoomPercent() As Double 
   Get 
   Set 
public:  
   property double ViewZoomPercent 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

Zooms the view by the specified percentage. The default value is 1.

Remarks

Refer to DocumentViewOptions for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly