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.48.0.0 (3.48.0.0)
Syntax public ViewerZoom ViewerZoomDefault { get; set; }
Public Property ViewerZoomDefault As ViewerZoom
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