[This is preliminary documentation and is subject to change.]
Default viewer zoom level for a document opened in RAD PDF
Namespace:
RadPdfLibrary.Web.UIAssembly: RadPdfLibrary (in RadPdfLibrary.dll) Version: 1.4.3630.21651 (1.4.0.0)
Syntax
| C# |
|---|
public enum RadPdfViewerZoom |
| Visual Basic (Declaration) |
|---|
Public Enumeration RadPdfViewerZoom |
| Visual Basic (Usage) |
|---|
Dim instance As RadPdfWebControl.RadPdfViewerZoom |
Members
| Member name | Description | |
|---|---|---|
| Zoom50 |
Zoom to 50%
| |
| Zoom100 |
Zoom to 100%
| |
| Zoom200 |
Zoom to 200%
| |
| ZoomFitWidth |
Zoom to fit page width
| |
| ZoomFitWidth100 |
Zoom to fit the page width, but do not zoom in more than 100%
|