Initial view zoom percentage to use when creating a PDF document.
public double ZoomPercent { get; set; }
Public Property ZoomPercent As Double
@property (nonatomic, assign) double zoomPercent
public double getZoomPercent()
public void setZoomPercent(double zoomPercent)
The initial view zoom percentage to use when creating a PDF document. Default value is 0 (actual size).
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET