←Select platform

ZoomPercent Property

Summary

Initial page zoom percentage.

Syntax

C#
VB
C++
public double ZoomPercent { get; set; } 
Public Property ZoomPercent As Double 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly