Gets or sets the zoom percentage of the destination page when viewed in the viewer and the view mode is XYZ (for example a 100 value will not zoom the page).

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Property Value

Type: Int32

See Also