PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the zoom factor to be used when the page is displayed.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public int Zoom { get; set; }
Visual Basic (Declaration)
Public Property Zoom As Integer
Visual C++
public:
property int Zoom {
	int get ();
	void set (int value);
}

Remarks

This value is used by the following magnification modes: MagnificationMode.XYZ

See Also