Click or drag to resize

PdfWebControlLiteViewerZoomDefault Property

Gets or sets a value indicating the default zoom level which a PdfWebControlLite instance should initially use.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public ViewerZoom ViewerZoomDefault { get; set; }

Property Value

Type: ViewerZoom
The desired ViewerZoom value or a positive Int32 specifying the zoom level in percent. The default is Zoom100.
See Also