PDF Viewer ActiveX Control

Zoom

 

Set/Get the custom zoom factor of the PDF content.

PDFViewer1.Zoom[=double]


Parameter
double
the value of zoom factor. 1.0 = zoom 100%, 2.0 = zoom 200%, 0.5 = zoom 50%

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
PDFViewer1.EnablePanning = true
PDFViewer1.LoadPDFFile "c:\test.pdf"
PDFViewer1.Zoom =2.0