←Select platform

ZoomPercent Property

Summary
Initial page zoom percentage.
Syntax
C#
VB
C++
Java
public double ZoomPercent { get; set; } 
Public Property ZoomPercent As Double 
public double getZoomPercent(); 
public void setZoomPercent( 
   double doubleValue 
); 
public: 
property double ZoomPercent { 
   double get(); 
   void set (    double ); 
} 

Property Value

A System.Int32 that specifies the zoom percent (100 equals to no zoom) of the initial page. The default value is 0.

Remarks

The zoom percent (100 equals to no zoom) of the initial page. External viewers should zoom to this value when the PDF file is opened. A value of 0 means do not change the current zoom percentage when going to the initial page.

Example

For an example, refer to PDFInitialViewOptions.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

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