Enumeration which includes scale modes list.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public enum ZoomMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration ZoomMode |
| Visual C++ |
|---|
public enum class ZoomMode |
Members
| Member name | Description | |
|---|---|---|
| Scale | Scale mode which is set by fractional number. | |
| WholePage | Scale mode by page sizes. | |
| PageWidth | Scale mode by page width. |