Zoom

WebLoadOptions.Zoom property

Specifies the zoom level as a percentage. The zoom level is applied to the document’s <body> tag before conversion, scaling the document’s visual appearance. A value of 100% represents the original size. The default value is 100.

public int Zoom { get; set; }

See Also