Table of Contents
ZoomLevel Property

Gets or sets the initial zooming level.

Syntax
 public Single ZoomLevel { get; set; }
Remarks

Sets the initial zoom level applied during the conversion. For example, you can set ZoomLevel to 0.5 (50%) in order to fit a 10 inches wide HTML page on a 5 inches wide paper.

Note that this value sets the initial zoom level only. During the conversion the converter may choose to apply a zoom level that is lower than this value if the HTML contents is too wide to fit on the PDF page even at this initial zoom level. Because of this, value specified by this property is in fact the maximum zoom level. To instruct the converter to use exactly this zoom level with no further auto-zooming, set both AutoFitX and AutoFitY to None.

This property is automatically cleared after each conversion.

See Also