←Select platform

ZoomPercent Property

Summary

Initial view zoom percentage to use when creating a PDF document.

Syntax
C#
VB
Objective-C
C++
Java
public double ZoomPercent { get; set; } 
Public Property ZoomPercent As Double 
@property (nonatomic, assign) double zoomPercent 
public double getZoomPercent() 
public void setZoomPercent(double zoomPercent) 
public: 
property double ZoomPercent { 
   double get(); 
   void set (    double ); 
} 

Property Value

The initial view zoom percentage to use when creating a PDF document. Default value is 0 (actual size).

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly