Zoom

Top  Previous  Next

[This property is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET]

 

This property is used to set the magnification factor by which the page should be scaled. Values can lie in the range 1..16. The value 1 indicates 100% magnification, 10 indicates 1000% magnification and so on.

 

Syntax

 

[VC++]

double GetZoom();

void SetZoom(double newValue);

 

[CS]

public abstract new double Zoom [  get,  set ]

 

[VB]

Property Zoom As Double