←Select platform

ZoomPercent Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly