Describes the supported zoom modes of C1PrintPreview control.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
| C# |
|---|
public enum ZoomModeEnum |
| Visual Basic |
|---|
Public Enumeration ZoomModeEnum |
Members
| Member name | Description | |
|---|---|---|
| ActualSize | Pages are shown in actual size. | |
| PageWidth | Pages are zoomed in or out as necessary to fit the page width in the preview window. | |
| TextWidth | Pages are zoomed in or out as necessary to fit the content width in the preview window. | |
| WholePage | Pages are zoomed in or out as necessary to fit the whole page in the preview window. | |
| Custom | Custom zoom mode. The actual zoom factor is determined by the value of the ZoomFactor property. |